com.caucho.ejb.cfg
Class BeanMethod
java.lang.Object
com.caucho.ejb.cfg.BeanMethod
public class BeanMethod
- extends java.lang.Object
Configuration for bean-method.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanMethod
public BeanMethod()
getMethodName
public java.lang.String getMethodName()
setMethodName
public void setMethodName(java.lang.String methodName)
setMethodParams
public void setMethodParams(MethodParams methodParams)
isMatch
public boolean isMatch(ApiMethod otherMethod)
isMatch
public boolean isMatch(java.lang.reflect.Method otherMethod)