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