| java.lang.Object com.caucho.ejb.cfg.MethodSignature
MethodSignature | public class MethodSignature (Code) | | |
Inner Class :public class MethodParams | |
MethodSignature | public MethodSignature()(Code) | | |
addParam | public void addParam(String typeName)(Code) | | Adds a method parameter.
|
addText | public void addText(String text) throws ConfigException(Code) | | |
hashCode | public int hashCode()(Code) | | |
isLocal | boolean isLocal()(Code) | | |
isLocalHome | boolean isLocalHome()(Code) | | |
isRemote | boolean isRemote()(Code) | | |
setHasParams | public void setHasParams()(Code) | | Sets the parameters to zero to distinguish between
methods with zero arguments and methods which don't
specify the requirements.
|
setMethodIntf | public void setMethodIntf(String intf)(Code) | | Sets the method interface.
|
setMethodName | public void setMethodName(String name) throws ConfigException(Code) | | |
setName | public void setName(String methodName) throws ConfigException(Code) | | |
|
|