Uses of Interface
org.omg.PortableInterceptor.ClientRequestInfo
Packages that use ClientRequestInfo
Package
Description
-
Uses of ClientRequestInfo in com.sun.corba.ee.impl.folb
Methods in com.sun.corba.ee.impl.folb with parameters of type ClientRequestInfoModifier and TypeMethodDescriptionvoid
ClientGroupManager.receive_exception
(ClientRequestInfo ri) void
ClientGroupManager.receive_other
(ClientRequestInfo ri) void
ClientGroupManager.receive_reply
(ClientRequestInfo ri) private void
ClientGroupManager.receive_star
(String point, ClientRequestInfo ri) protected void
ClientGroupManager.reportLocatedIOR
(ClientRequestInfo ri, IOR ior) void
ClientGroupManager.send_poll
(ClientRequestInfo ri) void
ClientGroupManager.send_request
(ClientRequestInfo ri) -
Uses of ClientRequestInfo in com.sun.corba.ee.impl.interceptors
Classes in com.sun.corba.ee.impl.interceptors that implement ClientRequestInfoModifier and TypeClassDescriptionfinal class
Implementation of the ClientRequestInfo interface as specified in orbos/99-12-02 section 5.4.2. -
Uses of ClientRequestInfo in com.sun.corba.ee.impl.plugin.hwlb
Methods in com.sun.corba.ee.impl.plugin.hwlb with parameters of type ClientRequestInfoModifier and TypeMethodDescriptionprivate boolean
RetryClientRequestInterceptor.isBadServerIdException
(ClientRequestInfo ri) private boolean
RetryClientRequestInterceptor.isTransientException
(ClientRequestInfo ri) void
RetryClientRequestInterceptor.receive_exception
(ClientRequestInfo ri) void
RetryClientRequestInterceptor.receive_other
(ClientRequestInfo ri) void
RetryClientRequestInterceptor.receive_reply
(ClientRequestInfo ri) void
RetryClientRequestInterceptor.send_poll
(ClientRequestInfo ri) void
RetryClientRequestInterceptor.send_request
(ClientRequestInfo ri) -
Uses of ClientRequestInfo in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as ClientRequestInfoMethods in org.omg.PortableInterceptor that return ClientRequestInfoModifier and TypeMethodDescriptionstatic ClientRequestInfo
static ClientRequestInfo
static ClientRequestInfo
ClientRequestInfoHelper.read
(InputStream istream) static ClientRequestInfo
ClientRequestInfoHelper.unchecked_narrow
(Object obj) Methods in org.omg.PortableInterceptor with parameters of type ClientRequestInfoModifier and TypeMethodDescriptionstatic void
ClientRequestInfoHelper.insert
(Any a, ClientRequestInfo that) void
ClientRequestInterceptorOperations.receive_exception
(ClientRequestInfo ri) Indicates to the interceptor that an exception occurred.void
ClientRequestInterceptorOperations.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.void
ClientRequestInterceptorOperations.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.void
ClientRequestInterceptorOperations.send_poll
(ClientRequestInfo ri) Allows an Interceptor to query information during a Time-Independent Invocation (TII) polling get reply sequence.void
ClientRequestInterceptorOperations.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 void
ClientRequestInfoHelper.write
(OutputStream ostream, ClientRequestInfo value) Constructors in org.omg.PortableInterceptor with parameters of type ClientRequestInfo