|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.ejb.spec.AroundInvokeMetaData
public class AroundInvokeMetaData
AroundInvokeMetaData.
Constructor Summary | |
---|---|
AroundInvokeMetaData()
Create a new AroundInvokeMetaData. |
Method Summary | |
---|---|
String |
getClassName()
Get the className. |
String |
getMethodName()
Get the methodName. |
void |
setClassName(String className)
Set the className. |
void |
setMethodName(String methodName)
Set the methodName. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AroundInvokeMetaData()
Method Detail |
---|
public String getClassName()
public void setClassName(String className)
className
- the className.
IllegalArgumentException
- for a null classNamepublic String getMethodName()
public void setMethodName(String methodName)
methodName
- the methodName.
IllegalArgumentException
- for a null methodName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |