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 TypeMethodDescriptionvoidClientGroupManager.receive_exception(ClientRequestInfo ri) voidClientGroupManager.receive_other(ClientRequestInfo ri) voidClientGroupManager.receive_reply(ClientRequestInfo ri) private voidClientGroupManager.receive_star(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 ClientRequestInfoModifier and TypeClassDescriptionfinal classImplementation 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 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 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