com.caucho.ejb.cfg
Class BeanMethod

java.lang.Object
  extended by com.caucho.ejb.cfg.BeanMethod

public class BeanMethod
extends java.lang.Object

Configuration for bean-method.


Constructor Summary
BeanMethod()
           
 
Method Summary
 java.lang.String getMethodName()
           
 boolean isMatch(ApiMethod otherMethod)
           
 boolean isMatch(java.lang.reflect.Method otherMethod)
           
 void setMethodName(java.lang.String methodName)
           
 void setMethodParams(MethodParams methodParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanMethod

public BeanMethod()
Method Detail

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)