Uses of Interface
org.omg.PortableInterceptor.RequestInfoOperations

Packages that use RequestInfoOperations
org.jacorb.orb.portableInterceptor   
org.omg.PortableInterceptor   
 

Uses of RequestInfoOperations in org.jacorb.orb.portableInterceptor
 

Classes in org.jacorb.orb.portableInterceptor that implement RequestInfoOperations
 class ClientRequestInfoImpl
          This class represents the type of info object, that will be passed to the ClientRequestInterceptors.
 class RequestInfoImpl
          This is the abstract base class of the two Info classes, namely ClientRequestInfo and ServerRequestInfo.
 class ServerRequestInfoImpl
          This class represents the type of info object that will be passed to the ServerRequestInterceptors.
 

Uses of RequestInfoOperations in org.omg.PortableInterceptor
 

Subinterfaces of RequestInfoOperations in org.omg.PortableInterceptor
 interface ClientRequestInfo
          Generated from IDL interface "ClientRequestInfo"
 interface ClientRequestInfoOperations
          Generated from IDL interface "ClientRequestInfo"
 interface RequestInfo
          Generated from IDL interface "RequestInfo"
 interface ServerRequestInfo
          Generated from IDL interface "ServerRequestInfo"
 interface ServerRequestInfoOperations
          Generated from IDL interface "ServerRequestInfo"