Uses of Class
org.omg.PortableInterceptor.ForwardRequest
-
Packages that use ForwardRequest Package Description com.sun.corba.ee.impl.interceptors com.sun.corba.ee.impl.plugin.hwlb org.omg.PortableInterceptor -
-
Uses of ForwardRequest in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as ForwardRequest Modifier and Type Field Description private ForwardRequestRequestInfoImpl. forwardRequestMethods in com.sun.corba.ee.impl.interceptors that return ForwardRequest Modifier and Type Method Description protected ForwardRequestRequestInfoImpl. getForwardRequestException()Retrieves the ForwardRequest object as a ForwardRequest exception.Methods in com.sun.corba.ee.impl.interceptors with parameters of type ForwardRequest Modifier and Type Method Description protected voidRequestInfoImpl. setForwardRequest(ForwardRequest forwardRequest)Stores the given ForwardRequest object for later analysis. -
Uses of ForwardRequest in com.sun.corba.ee.impl.plugin.hwlb
Methods in com.sun.corba.ee.impl.plugin.hwlb that throw ForwardRequest Modifier and Type Method Description voidRetryClientRequestInterceptor. receive_exception(ClientRequestInfo ri) -
Uses of ForwardRequest in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as ForwardRequest Modifier and Type Field Description ForwardRequestForwardRequestHolder. valueMethods in org.omg.PortableInterceptor that return ForwardRequest Modifier and Type Method Description static ForwardRequestForwardRequestHelper. extract(Any a)static ForwardRequestForwardRequestHelper. read(InputStream istream)Methods in org.omg.PortableInterceptor with parameters of type ForwardRequest Modifier and Type Method Description static voidForwardRequestHelper. insert(Any a, ForwardRequest that)static voidForwardRequestHelper. write(OutputStream ostream, ForwardRequest value)Methods in org.omg.PortableInterceptor that throw ForwardRequest Modifier and Type Method Description 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.voidServerRequestInterceptorOperations. receive_request(ServerRequestInfo ri)Allows an Interceptor to query request information after all the information, including operation parameters, are available.voidServerRequestInterceptorOperations. receive_request_service_contexts(ServerRequestInfo ri)Allows the interceptor to process service context information.voidServerRequestInterceptorOperations. send_exception(ServerRequestInfo ri)Allows an Interceptor to query the exception information and modify the reply service context before the exception is thrown to the client.voidServerRequestInterceptorOperations. send_other(ServerRequestInfo ri)Allows an Interceptor to query the information available when a request results in something other than a normal reply or an exception.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.Constructors in org.omg.PortableInterceptor with parameters of type ForwardRequest Constructor Description ForwardRequestHolder(ForwardRequest initialValue)
-