Uses of Interface
org.omg.PortableInterceptor.ClientRequestInterceptor
Packages that use ClientRequestInterceptor
Package
Description
-
Uses of ClientRequestInterceptor in com.sun.corba.ee.impl.folb
Classes in com.sun.corba.ee.impl.folb that implement ClientRequestInterceptor -
Uses of ClientRequestInterceptor in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors with parameters of type ClientRequestInterceptorModifier and TypeMethodDescriptionvoid
ORBInitInfoImpl.add_client_request_interceptor
(ClientRequestInterceptor interceptor) This operation is used to add a client-side request Interceptor to the list of client-side request Interceptors.void
ORBInitInfoImpl.add_client_request_interceptor_with_policy
(ClientRequestInterceptor interceptor, Policy[] policies) -
Uses of ClientRequestInterceptor in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement ClientRequestInterceptor -
Uses of ClientRequestInterceptor in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as ClientRequestInterceptorMethods in org.omg.PortableInterceptor that return ClientRequestInterceptorModifier and TypeMethodDescriptionstatic ClientRequestInterceptor
static ClientRequestInterceptor
static ClientRequestInterceptor
ClientRequestInterceptorHelper.read
(InputStream istream) static ClientRequestInterceptor
ClientRequestInterceptorHelper.unchecked_narrow
(Object obj) Methods in org.omg.PortableInterceptor with parameters of type ClientRequestInterceptorModifier and TypeMethodDescriptionvoid
ORBInitInfoOperations.add_client_request_interceptor
(ClientRequestInterceptor interceptor) Used to add a client-side request Interceptor to the list of client-side request Interceptors.static void
ClientRequestInterceptorHelper.insert
(Any a, ClientRequestInterceptor that) static void
ClientRequestInterceptorHelper.write
(OutputStream ostream, ClientRequestInterceptor value) Constructors in org.omg.PortableInterceptor with parameters of type ClientRequestInterceptorModifierConstructorDescriptionClientRequestInterceptorHolder
(ClientRequestInterceptor initialValue)