Uses of Class
org.omg.PortableInterceptor.ForwardRequest

Packages that use ForwardRequest
org.jacorb.orb.giop   
org.jacorb.orb.portableInterceptor   
org.jacorb.security.sas   
org.jacorb.util.tracing   
org.omg.PortableInterceptor   
 

Uses of ForwardRequest in org.jacorb.orb.giop
 

Methods in org.jacorb.orb.giop that throw ForwardRequest
 void BiDirConnectionServerInterceptor.receive_request_service_contexts(ServerRequestInfo requestInfo)
           
 void BiDirConnectionClientInterceptor.send_request(ClientRequestInfo ri)
           
 

Uses of ForwardRequest in org.jacorb.orb.portableInterceptor
 

Methods in org.jacorb.orb.portableInterceptor that throw ForwardRequest
abstract  void RecursionAwareCI.do_receive_exception(ClientRequestInfo ri)
           
abstract  void RecursionAwareCI.do_receive_other(ClientRequestInfo ri)
           
abstract  void RecursionAwareCI.do_send_request(ClientRequestInfo ri)
           
 void DefaultClientInterceptor.receive_exception(ClientRequestInfo ri)
           
 void RecursionAwareCI.receive_exception(ClientRequestInfo ri)
           
 void DefaultClientInterceptor.receive_other(ClientRequestInfo ri)
           
 void RecursionAwareCI.receive_other(ClientRequestInfo ri)
           
 void DefaultServerInterceptor.receive_request_service_contexts(ServerRequestInfo ri)
           
 void DefaultServerInterceptor.receive_request(ServerRequestInfo ri)
           
 void DefaultServerInterceptor.send_exception(ServerRequestInfo ri)
           
 void DefaultServerInterceptor.send_other(ServerRequestInfo ri)
           
 void DefaultClientInterceptor.send_request(ClientRequestInfo ri)
           
 void RecursionAwareCI.send_request(ClientRequestInfo requestInfo)
           
 

Uses of ForwardRequest in org.jacorb.security.sas
 

Methods in org.jacorb.security.sas that throw ForwardRequest
 void SASClientInterceptor.receive_exception(ClientRequestInfo ri)
           
 void SASClientInterceptor.receive_other(ClientRequestInfo ri)
           
 void SASTargetInterceptor.receive_request_service_contexts(ServerRequestInfo ri)
           
 void SASTargetInterceptor.receive_request(ServerRequestInfo ri)
           
 void SASTargetInterceptor.send_exception(ServerRequestInfo ri)
           
 void SASTargetInterceptor.send_other(ServerRequestInfo ri)
           
 void SASClientInterceptor.send_request(ClientRequestInfo ri)
           
 

Uses of ForwardRequest in org.jacorb.util.tracing
 

Methods in org.jacorb.util.tracing that throw ForwardRequest
 void ClientTraceInterceptor.do_receive_exception(ClientRequestInfo ri)
           
 void ClientTraceInterceptor.do_receive_other(ClientRequestInfo ri)
           
 void ClientTraceInterceptor.do_send_request(ClientRequestInfo ri)
          Add the propagation context to the outgoing message
 void ServerTraceInterceptor.receive_request_service_contexts(ServerRequestInfo ri)
           
 void ServerTraceInterceptor.receive_request(ServerRequestInfo ri)
           
 void ServerTraceInterceptor.send_exception(ServerRequestInfo ri)
           
 void ServerTraceInterceptor.send_other(ServerRequestInfo ri)
           
 

Uses of ForwardRequest in org.omg.PortableInterceptor
 

Methods in org.omg.PortableInterceptor that return ForwardRequest
static ForwardRequest ForwardRequestHelper.extract(Any any)
           
static ForwardRequest ForwardRequestHelper.read(InputStream in)
           
 

Methods in org.omg.PortableInterceptor with parameters of type ForwardRequest
static void ForwardRequestHelper.insert(Any any, ForwardRequest s)
           
static void ForwardRequestHelper.write(OutputStream out, ForwardRequest s)
           
 

Methods in org.omg.PortableInterceptor that throw ForwardRequest
 void ClientRequestInterceptorOperations.receive_exception(ClientRequestInfo ri)
           
 void ClientRequestInterceptorOperations.receive_other(ClientRequestInfo ri)
           
 void ServerRequestInterceptorOperations.receive_request_service_contexts(ServerRequestInfo ri)
           
 void ServerRequestInterceptorOperations.receive_request(ServerRequestInfo ri)
           
 void ServerRequestInterceptorOperations.send_exception(ServerRequestInfo ri)
           
 void ServerRequestInterceptorOperations.send_other(ServerRequestInfo ri)
           
 void ClientRequestInterceptorOperations.send_request(ClientRequestInfo ri)