java.io.Serializable, IdMetaData, WithDescriptionspublic class MethodMetaData extends IdMetaDataImplWithDescriptions
| Constructor | Description |
|---|---|
MethodMetaData() |
Create a new MethodMetaData.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getEjbName() |
Get the ejbName.
|
MethodInterfaceType |
getMethodIntf() |
Get the methodInterface.
|
java.lang.String |
getMethodName() |
Get the methodName.
|
MethodParametersMetaData |
getMethodParams() |
Get the methodParams.
|
boolean |
isHomeMethod() |
Whether this is a home method
|
boolean |
isLocalHomeMethod() |
Whether this is a local home method
|
boolean |
isLocalMethod() |
Whether this is a local method
|
boolean |
isRemoteMethod() |
Whether this is a remote method
|
boolean |
isServiceEndpointMethod() |
Whether this is a service endpoint method
|
boolean |
matches(java.lang.String methodName,
java.lang.String[] params,
MethodInterfaceType interfaceType) |
Whether this matches
|
void |
setEjbName(java.lang.String ejbName) |
Set the ejbName.
|
void |
setMethodIntf(MethodInterfaceType methodInterface) |
Set the methodInterface.
|
void |
setMethodName(java.lang.String methodName) |
Set the methodName.
|
void |
setMethodParams(MethodParametersMetaData methodParams) |
Set the methodParams.
|
java.lang.String |
toString() |
clone, equals, getId, hashCode, setIdgetDescriptions, setDescriptionspublic java.lang.String getEjbName()
public void setEjbName(java.lang.String ejbName)
ejbName - the ejbName.java.lang.IllegalArgumentException - for a null ejbNamepublic MethodInterfaceType getMethodIntf()
public void setMethodIntf(MethodInterfaceType methodInterface)
methodInterface - the methodInterface.java.lang.IllegalArgumentException - for a null methodInterfacepublic java.lang.String getMethodName()
public void setMethodName(java.lang.String methodName)
methodName - the methodName.java.lang.IllegalArgumentException - for a null methodNamepublic MethodParametersMetaData getMethodParams()
public void setMethodParams(MethodParametersMetaData methodParams)
methodParams - the methodParams.java.lang.IllegalArgumentException - for a null methodParamspublic boolean matches(java.lang.String methodName,
java.lang.String[] params,
MethodInterfaceType interfaceType)
methodName - the method nameparams - the parametersinterfaceType - the interface typepublic boolean isHomeMethod()
public boolean isRemoteMethod()
public boolean isLocalHomeMethod()
public boolean isLocalMethod()
public boolean isServiceEndpointMethod()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018 JBoss by Red Hat. All rights reserved.