Uses of Interface
org.omg.PortableInterceptor.ClientRequestInfo
-
Packages that use ClientRequestInfo 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 ClientRequestInfo in com.sun.corba.ee.impl.folb
Methods in com.sun.corba.ee.impl.folb with parameters of type ClientRequestInfo Modifier and Type Method Description void
ClientGroupManager. receive_exception(ClientRequestInfo ri)
void
ClientGroupManager. receive_other(ClientRequestInfo ri)
void
ClientGroupManager. receive_reply(ClientRequestInfo ri)
private void
ClientGroupManager. receive_star(java.lang.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 ClientRequestInfo Modifier and Type Class Description class
ClientRequestInfoImpl
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 ClientRequestInfo Modifier and Type Method Description private 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 ClientRequestInfo Modifier and Type Field Description ClientRequestInfo
ClientRequestInfoHolder. value
Methods in org.omg.PortableInterceptor that return ClientRequestInfo Modifier and Type Method Description static ClientRequestInfo
ClientRequestInfoHelper. extract(Any a)
static ClientRequestInfo
ClientRequestInfoHelper. narrow(Object obj)
static ClientRequestInfo
ClientRequestInfoHelper. read(InputStream istream)
static ClientRequestInfo
ClientRequestInfoHelper. unchecked_narrow(Object obj)
Methods in org.omg.PortableInterceptor with parameters of type ClientRequestInfo Modifier and Type Method Description static 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 Constructor Description ClientRequestInfoHolder(ClientRequestInfo initialValue)
-