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 voidClientGroupManager. receive_exception(ClientRequestInfo ri)voidClientGroupManager. receive_other(ClientRequestInfo ri)voidClientGroupManager. receive_reply(ClientRequestInfo ri)private voidClientGroupManager. receive_star(java.lang.String point, ClientRequestInfo ri)protected voidClientGroupManager. reportLocatedIOR(ClientRequestInfo ri, IOR ior)voidClientGroupManager. send_poll(ClientRequestInfo ri)voidClientGroupManager. 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 classClientRequestInfoImplImplementation 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 booleanRetryClientRequestInterceptor. isBadServerIdException(ClientRequestInfo ri)private booleanRetryClientRequestInterceptor. isTransientException(ClientRequestInfo ri)voidRetryClientRequestInterceptor. receive_exception(ClientRequestInfo ri)voidRetryClientRequestInterceptor. receive_other(ClientRequestInfo ri)voidRetryClientRequestInterceptor. receive_reply(ClientRequestInfo ri)voidRetryClientRequestInterceptor. send_poll(ClientRequestInfo ri)voidRetryClientRequestInterceptor. send_request(ClientRequestInfo ri) -
Uses of ClientRequestInfo in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as ClientRequestInfo Modifier and Type Field Description ClientRequestInfoClientRequestInfoHolder. valueMethods in org.omg.PortableInterceptor that return ClientRequestInfo Modifier and Type Method Description static ClientRequestInfoClientRequestInfoHelper. extract(Any a)static ClientRequestInfoClientRequestInfoHelper. narrow(Object obj)static ClientRequestInfoClientRequestInfoHelper. read(InputStream istream)static ClientRequestInfoClientRequestInfoHelper. unchecked_narrow(Object obj)Methods in org.omg.PortableInterceptor with parameters of type ClientRequestInfo Modifier and Type Method Description static 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 Constructor Description ClientRequestInfoHolder(ClientRequestInfo initialValue)
-