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

Packages that use BeanMethod
com.caucho.ejb.cfg   
 

Uses of BeanMethod in com.caucho.ejb.cfg
 

Methods in com.caucho.ejb.cfg that return BeanMethod
 BeanMethod RemoveMethod.getBeanMethod()
           
 

Methods in com.caucho.ejb.cfg with parameters of type BeanMethod
 void RemoveMethod.setBeanMethod(BeanMethod beanMethod)
           
 void ConcurrentMethod.setMethod(BeanMethod beanMethod)