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 TypeMethodDescriptionvoidORBInitInfoImpl.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 -
Uses of ClientRequestInterceptor in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as ClientRequestInterceptorMethods in org.omg.PortableInterceptor that return ClientRequestInterceptorModifier and TypeMethodDescriptionstatic ClientRequestInterceptorstatic ClientRequestInterceptorstatic ClientRequestInterceptorClientRequestInterceptorHelper.read(InputStream istream) static ClientRequestInterceptorClientRequestInterceptorHelper.unchecked_narrow(Object obj) Methods in org.omg.PortableInterceptor with parameters of type ClientRequestInterceptorModifier and TypeMethodDescriptionvoidORBInitInfoOperations.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 ClientRequestInterceptorModifierConstructorDescriptionClientRequestInterceptorHolder(ClientRequestInterceptor initialValue)