Uses of Interface
org.omg.PortableInterceptor.ClientRequestInterceptor
-
Packages that use ClientRequestInterceptor Package Description com.sun.corba.ee.impl.folb com.sun.corba.ee.impl.interceptors com.sun.corba.ee.impl.plugin.hwlb org.omg.PortableInterceptor -
-
Uses of ClientRequestInterceptor in com.sun.corba.ee.impl.folb
Classes in com.sun.corba.ee.impl.folb that implement ClientRequestInterceptor Modifier and Type Class Description class
ClientGroupManager
-
Uses of ClientRequestInterceptor in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors with parameters of type ClientRequestInterceptor Modifier and Type Method Description void
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 Modifier and Type Class Description class
RetryClientRequestInterceptor
-
Uses of ClientRequestInterceptor in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as ClientRequestInterceptor Modifier and Type Field Description ClientRequestInterceptor
ClientRequestInterceptorHolder. value
Methods in org.omg.PortableInterceptor that return ClientRequestInterceptor Modifier and Type Method Description static ClientRequestInterceptor
ClientRequestInterceptorHelper. extract(Any a)
static ClientRequestInterceptor
ClientRequestInterceptorHelper. narrow(Object obj)
static ClientRequestInterceptor
ClientRequestInterceptorHelper. read(InputStream istream)
static ClientRequestInterceptor
ClientRequestInterceptorHelper. unchecked_narrow(Object obj)
Methods in org.omg.PortableInterceptor with parameters of type ClientRequestInterceptor Modifier and Type Method Description void
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 ClientRequestInterceptor Constructor Description ClientRequestInterceptorHolder(ClientRequestInterceptor initialValue)
-