Uses of Package
org.jacorb.orb.portableInterceptor

Packages that use org.jacorb.orb.portableInterceptor
org.jacorb.orb   
org.jacorb.orb.dii   
org.jacorb.orb.dsi   
org.jacorb.orb.giop   
org.jacorb.orb.portableInterceptor   
org.jacorb.util.tracing   
 

Classes in org.jacorb.orb.portableInterceptor used by org.jacorb.orb
ClientRequestInfoImpl
          This class represents the type of info object, that will be passed to the ClientRequestInterceptors.
InterceptorManager
          This class "manages" the portable interceptors registered with the ORB, and controls the PICurrent.
 

Classes in org.jacorb.orb.portableInterceptor used by org.jacorb.orb.dii
ClientRequestInfoImpl
          This class represents the type of info object, that will be passed to the ClientRequestInterceptors.
 

Classes in org.jacorb.orb.portableInterceptor used by org.jacorb.orb.dsi
ServerRequestInfoImpl
          This class represents the type of info object that will be passed to the ServerRequestInterceptors.
 

Classes in org.jacorb.orb.portableInterceptor used by org.jacorb.orb.giop
DefaultClientInterceptor
           
DefaultServerInterceptor
          DefaultServerInterceptor.java A simple base class for user-defined server interceptors
 

Classes in org.jacorb.orb.portableInterceptor used by org.jacorb.orb.portableInterceptor
AbstractInterceptorIterator
          AbstractInterceptorIterator.java
ClientInterceptorIterator
          This class is an iterator over an array of ClientRequestInterceptors.
ClientRequestInfoImpl
          This class represents the type of info object, that will be passed to the ClientRequestInterceptors.
IORInfoExt
          This class extends the standard defined interface of the IORInfo object given to each IORInterceptor during creation of new IORs.
IORInfoImpl
          This class represents the type of info object that will be passed to the IORInterceptors.
IORInterceptorIterator
          IORInterceptorIterator.java Created: Mon Apr 17 09:53:33 2000
PICurrentImpl
          This is the current object for the portable interceptors.
RequestInfoImpl
          This is the abstract base class of the two Info classes, namely ClientRequestInfo and ServerRequestInfo.
RequestInterceptorIterator
          This class is an iterator over an array of RequestInterceptors.
ServerInterceptorIterator
          This class iterates over an array of ServerRequestInterceptors.
ServerRequestInfoImpl
          This class represents the type of info object that will be passed to the ServerRequestInterceptors.
 

Classes in org.jacorb.orb.portableInterceptor used by org.jacorb.util.tracing
RecursionAwareCI