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 classClientRequestInfoImplImplementation of the ClientRequestInfo interface as specified in orbos/99-12-02 section 5.4.2.classRequestInfoImplImplementation of the RequestInfo interface as specified in orbos/99-12-02 section 5.4.1.classServerRequestInfoImplImplementation 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 interfaceClientRequestInfoRequest Information, accessible to client-side request interceptors.interfaceClientRequestInfoOperationsRequest Information, accessible to client-side request interceptors.interfaceRequestInfoRequest Information, accessible to Interceptors.interfaceServerRequestInfoRequest Information, accessible to server-side request interceptors.interfaceServerRequestInfoOperationsRequest Information, accessible to server-side request interceptors.
-