public class AroundInvokeMetaData extends Object implements Serializable
| Constructor and Description |
|---|
AroundInvokeMetaData()
Create a new AroundInvokeMetaData.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Get the className.
|
String |
getMethodName()
Get the methodName.
|
void |
setClassName(String className)
Set the className.
|
void |
setMethodName(String methodName)
Set the methodName.
|
public AroundInvokeMetaData()
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 methodNameCopyright © 2019 JBoss by Red Hat. All rights reserved.