Uses of Interface
org.omg.PortableInterceptor.ClientRequestInfo
Packages that use ClientRequestInfo
-
Uses of ClientRequestInfo in com.sun.corba.se.impl.interceptors
Classes in com.sun.corba.se.impl.interceptors that implement ClientRequestInfoModifier and TypeClassDescriptionfinal classImplementation of the ClientRequestInfo interface as specified in orbos/99-12-02 section 5.4.2. -
Uses of ClientRequestInfo in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as ClientRequestInfoMethods in org.omg.PortableInterceptor that return ClientRequestInfoModifier and TypeMethodDescriptionstatic ClientRequestInfostatic ClientRequestInfostatic ClientRequestInfoClientRequestInfoHelper.read(InputStream istream) static ClientRequestInfoClientRequestInfoHelper.unchecked_narrow(Object obj) Methods in org.omg.PortableInterceptor with parameters of type ClientRequestInfoModifier and TypeMethodDescriptionstatic voidClientRequestInfoHelper.insert(Any a, ClientRequestInfo that) voidClientRequestInterceptorOperations.receive_exception(ClientRequestInfo ri) Indicates to the interceptor that an exception occurred.voidClientRequestInterceptorOperations.receive_other(ClientRequestInfo ri) Allows an Interceptor to query the information available when a request results in something other than a normal reply or an exception.voidClientRequestInterceptorOperations.receive_reply(ClientRequestInfo ri) Allows an Interceptor to query the information on a reply after it is returned from the server and before control is returned to the client.voidClientRequestInterceptorOperations.send_poll(ClientRequestInfo ri) Allows an Interceptor to query information during a Time-Independent Invocation (TII) polling get reply sequence.voidClientRequestInterceptorOperations.send_request(ClientRequestInfo ri) Allows an Interceptor to query request information and modify the service context before the request is sent to the server.static voidClientRequestInfoHelper.write(OutputStream ostream, ClientRequestInfo value) Constructors in org.omg.PortableInterceptor with parameters of type ClientRequestInfo