org.objectweb.easybeans.deployment.xml.struct.common
Class AroundInvoke

java.lang.Object
  extended by org.objectweb.easybeans.deployment.xml.struct.common.AroundInvoke

public class AroundInvoke
extends java.lang.Object

This class defines the implementation of the element <around-invoke>.

Author:
Florent Benoit

Field Summary
private  java.lang.String className
          Element <class>.
private  java.lang.String methodName
          Element <method-name>.
static java.lang.String NAME
          Name of this element.
 
Constructor Summary
AroundInvoke()
          Constructor.
 
Method Summary
 java.lang.String getClassName()
           
 java.lang.String getMethodName()
           
 void setClassName(java.lang.String className)
          Sets the name of the class.
 void setMethodName(java.lang.String methodName)
          Sets the name of the method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
Name of this element.

See Also:
Constant Field Values

className

private java.lang.String className
Element <class>.


methodName

private java.lang.String methodName
Element <method-name>.

Constructor Detail

AroundInvoke

public AroundInvoke()
Constructor.

Method Detail

setClassName

public void setClassName(java.lang.String className)
Sets the name of the class.

Parameters:
className - the name of the class

getClassName

public java.lang.String getClassName()
Returns:
the class value.

setMethodName

public void setMethodName(java.lang.String methodName)
Sets the name of the method.

Parameters:
methodName - the name of the method

getMethodName

public java.lang.String getMethodName()
Returns:
the method name.