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 classClientGroupManager -
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 voidORBInitInfoImpl. 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.voidORBInitInfoImpl. 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 classRetryClientRequestInterceptor -
Uses of ClientRequestInterceptor in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as ClientRequestInterceptor Modifier and Type Field Description ClientRequestInterceptorClientRequestInterceptorHolder. valueMethods in org.omg.PortableInterceptor that return ClientRequestInterceptor Modifier and Type Method Description static ClientRequestInterceptorClientRequestInterceptorHelper. extract(Any a)static ClientRequestInterceptorClientRequestInterceptorHelper. narrow(Object obj)static ClientRequestInterceptorClientRequestInterceptorHelper. read(InputStream istream)static ClientRequestInterceptorClientRequestInterceptorHelper. unchecked_narrow(Object obj)Methods in org.omg.PortableInterceptor with parameters of type ClientRequestInterceptor Modifier and Type Method Description voidORBInitInfoOperations. add_client_request_interceptor(ClientRequestInterceptor interceptor)Used to add a client-side request Interceptor to the list of client-side request Interceptors.static voidClientRequestInterceptorHelper. insert(Any a, ClientRequestInterceptor that)static voidClientRequestInterceptorHelper. write(OutputStream ostream, ClientRequestInterceptor value)Constructors in org.omg.PortableInterceptor with parameters of type ClientRequestInterceptor Constructor Description ClientRequestInterceptorHolder(ClientRequestInterceptor initialValue)
-