Uses of Interface
org.omg.PortableInterceptor.RequestInfoOperations
-
Packages that use RequestInfoOperations Package Description com.sun.corba.ee.impl.interceptors org.omg.PortableInterceptor -
-
Uses of RequestInfoOperations in com.sun.corba.ee.impl.interceptors
Classes in com.sun.corba.ee.impl.interceptors that implement RequestInfoOperations Modifier and Type Class Description class
ClientRequestInfoImpl
Implementation of the ClientRequestInfo interface as specified in orbos/99-12-02 section 5.4.2.class
RequestInfoImpl
Implementation of the RequestInfo interface as specified in orbos/99-12-02 section 5.4.1.class
ServerRequestInfoImpl
Implementation of the ServerRequestInfo interface as specified in orbos/99-12-02 section 5.4.3. -
Uses of RequestInfoOperations in org.omg.PortableInterceptor
Subinterfaces of RequestInfoOperations in org.omg.PortableInterceptor Modifier and Type Interface Description interface
ClientRequestInfo
Request Information, accessible to client-side request interceptors.interface
ClientRequestInfoOperations
Request Information, accessible to client-side request interceptors.interface
RequestInfo
Request Information, accessible to Interceptors.interface
ServerRequestInfo
Request Information, accessible to server-side request interceptors.interface
ServerRequestInfoOperations
Request Information, accessible to server-side request interceptors.
-