Uses of Class
com.caucho.ejb.cfg.EjbMethod

Packages that use EjbMethod
com.caucho.ejb.cfg   
 

Uses of EjbMethod in com.caucho.ejb.cfg
 

Methods in com.caucho.ejb.cfg that return types with arguments of type EjbMethod
 java.util.ArrayList<EjbMethod> InterceptorBinding.getMethodList()
           
 

Methods in com.caucho.ejb.cfg with parameters of type EjbMethod
 void InterceptorBinding.addMethod(EjbMethod method)