Uses of Class
org.omg.PortableInterceptor.ForwardRequest

Packages that use ForwardRequest
org.jacorb.orb.giop   
org.jacorb.orb.portableInterceptor   
org.jacorb.security.level2   
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 BiDirConnectionClientInterceptor.send_request(ClientRequestInfo ri)
           
 void BiDirConnectionServerInterceptor.receive_request_service_contexts(ServerRequestInfo ri)
           
 

Uses of ForwardRequest in org.jacorb.orb.portableInterceptor
 

Methods in org.jacorb.orb.portableInterceptor that throw ForwardRequest
 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 RecursionAwareCI.send_request(ClientRequestInfo ri)
           
 void RecursionAwareCI.receive_exception(ClientRequestInfo ri)
           
 void RecursionAwareCI.receive_other(ClientRequestInfo ri)
           
abstract  void RecursionAwareCI.do_send_request(ClientRequestInfo ri)
           
abstract  void RecursionAwareCI.do_receive_exception(ClientRequestInfo ri)
           
abstract  void RecursionAwareCI.do_receive_other(ClientRequestInfo ri)
           
 void DefaultClientInterceptor.send_request(ClientRequestInfo ri)
           
 void DefaultClientInterceptor.receive_exception(ClientRequestInfo ri)
           
 void DefaultClientInterceptor.receive_other(ClientRequestInfo ri)
           
 

Uses of ForwardRequest in org.jacorb.security.level2
 

Methods in org.jacorb.security.level2 that throw ForwardRequest
 void ServerAccessDecisionInterceptor.receive_request_service_contexts(ServerRequestInfo ri)
          Put the propagation context from the service context into the PICurrent.
 void ServerAccessDecisionInterceptor.receive_request(ServerRequestInfo ri)
           
 void ServerAccessDecisionInterceptor.send_exception(ServerRequestInfo ri)
           
 void ServerAccessDecisionInterceptor.send_other(ServerRequestInfo ri)
           
 

Uses of ForwardRequest in org.jacorb.security.sas
 

Methods in org.jacorb.security.sas that throw ForwardRequest
 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)
           
 void SASClientInterceptor.receive_exception(ClientRequestInfo ri)
           
 void SASClientInterceptor.receive_other(ClientRequestInfo ri)
           
 

Uses of ForwardRequest in org.jacorb.util.tracing
 

Methods in org.jacorb.util.tracing that throw ForwardRequest
 void ClientTraceInterceptor.do_send_request(ClientRequestInfo ri)
          Add the propagation context to the outgoing message
 void ClientTraceInterceptor.do_receive_exception(ClientRequestInfo ri)
           
 void ClientTraceInterceptor.do_receive_other(ClientRequestInfo ri)
           
 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
 

Fields in org.omg.PortableInterceptor declared as ForwardRequest
 ForwardRequest ForwardRequestHolder.value
           
 

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 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)
           
 void ClientRequestInterceptorOperations.receive_exception(ClientRequestInfo ri)
           
 void ClientRequestInterceptorOperations.receive_other(ClientRequestInfo ri)
           
 

Constructors in org.omg.PortableInterceptor with parameters of type ForwardRequest
ForwardRequestHolder(ForwardRequest initial)