Uses of Class
org.huihoo.jfox.ejb.naming.server.Interceptor

Packages that use Interceptor
org.huihoo.jfox.ejb.naming.server   
 

Uses of Interceptor in org.huihoo.jfox.ejb.naming.server
 

Fields in org.huihoo.jfox.ejb.naming.server declared as Interceptor
 Interceptor ClientContainerMBean.next
          The first interceptor in the chain
 

Methods in org.huihoo.jfox.ejb.naming.server that return Interceptor
 Interceptor Interceptor.getNext()
           
 Interceptor Interceptor.setNext(Interceptor interceptor)
          Static -------------------------------------------------------- Constructors -------------------------------------------------- Public -------------------------------------------------------- Interceptor implementation ------------------------------------ setNext() String together the interceptors We return the passed interceptor to allow for interceptor1.setNext(interceptor2).setNext(interceptor3)... constructs.
 Interceptor ClientContainerMBean.setNext(Interceptor interceptor)
           
 

Methods in org.huihoo.jfox.ejb.naming.server with parameters of type Interceptor
 Interceptor Interceptor.setNext(Interceptor interceptor)
          Static -------------------------------------------------------- Constructors -------------------------------------------------- Public -------------------------------------------------------- Interceptor implementation ------------------------------------ setNext() String together the interceptors We return the passed interceptor to allow for interceptor1.setNext(interceptor2).setNext(interceptor3)... constructs.
 Interceptor ClientContainerMBean.setNext(Interceptor interceptor)