com.caucho.ejb.cfg
Class EjbMethod
java.lang.Object
com.caucho.ejb.cfg.EjbMethod
@Module
public class EjbMethod
- extends java.lang.Object
Configuration for bean-method.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EjbMethod
public EjbMethod()
getMethodName
public java.lang.String getMethodName()
setMethodName
public void setMethodName(java.lang.String methodName)
setMethodParams
public void setMethodParams(MethodParams methodParams)
isMatch
public boolean isMatch(AnnotatedMethod<?> otherMethod)
isMatch
public boolean isMatch(java.lang.reflect.Method otherMethod)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object