com.caucho.ejb.cfg
Class MethodParams

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

public class MethodParams
extends java.lang.Object

Configuration for method-params.


Constructor Summary
MethodParams()
           
 
Method Summary
 void addMethodParam(java.lang.Class methodParam)
           
 boolean isMatch(ApiMethod otherMethod)
           
 boolean isMatch(java.lang.reflect.Method otherMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodParams

public MethodParams()
Method Detail

addMethodParam

public void addMethodParam(java.lang.Class methodParam)

isMatch

public boolean isMatch(ApiMethod otherMethod)

isMatch

public boolean isMatch(java.lang.reflect.Method otherMethod)