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

Packages that use AroundInvokeConfig
com.caucho.ejb.cfg   
com.caucho.ejb.server   
 

Uses of AroundInvokeConfig in com.caucho.ejb.cfg
 

Methods in com.caucho.ejb.cfg with parameters of type AroundInvokeConfig
 void EjbBean.setAroundInvoke(AroundInvokeConfig aroundInvoke)
           
 void Interceptor.setAroundInvoke(AroundInvokeConfig aroundInvoke)
           
 

Uses of AroundInvokeConfig in com.caucho.ejb.server
 

Methods in com.caucho.ejb.server with parameters of type AroundInvokeConfig
 void AbstractEjbBeanManager.setAroundInvoke(AroundInvokeConfig aroundInvoke)