Uses of Interface
org.omg.PortableInterceptor.ServerRequestInfo

Packages that use ServerRequestInfo
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 ServerRequestInfo in org.jacorb.orb.giop
 

Methods in org.jacorb.orb.giop with parameters of type ServerRequestInfo
 void BiDirConnectionServerInterceptor.receive_request_service_contexts(ServerRequestInfo ri)
           
 

Uses of ServerRequestInfo in org.jacorb.orb.portableInterceptor
 

Classes in org.jacorb.orb.portableInterceptor that implement ServerRequestInfo
 class ServerRequestInfoImpl
          This class represents the type of info object that will be passed to the ServerRequestInterceptors.
 

Methods in org.jacorb.orb.portableInterceptor with parameters of type ServerRequestInfo
 void DefaultServerInterceptor.receive_request_service_contexts(ServerRequestInfo ri)
           
 void DefaultServerInterceptor.receive_request(ServerRequestInfo ri)
           
 void DefaultServerInterceptor.send_reply(ServerRequestInfo ri)
           
 void DefaultServerInterceptor.send_exception(ServerRequestInfo ri)
           
 void DefaultServerInterceptor.send_other(ServerRequestInfo ri)
           
 

Uses of ServerRequestInfo in org.jacorb.security.level2
 

Methods in org.jacorb.security.level2 with parameters of type ServerRequestInfo
 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_reply(ServerRequestInfo ri)
           
 void ServerAccessDecisionInterceptor.send_exception(ServerRequestInfo ri)
           
 void ServerAccessDecisionInterceptor.send_other(ServerRequestInfo ri)
           
 

Uses of ServerRequestInfo in org.jacorb.security.sas
 

Methods in org.jacorb.security.sas with parameters of type ServerRequestInfo
 boolean JsseContext.validate(ServerRequestInfo ri, byte[] contextToken)
           
 void SASTargetInterceptor.receive_request_service_contexts(ServerRequestInfo ri)
           
 void SASTargetInterceptor.receive_request(ServerRequestInfo ri)
           
 void SASTargetInterceptor.send_reply(ServerRequestInfo ri)
           
 void SASTargetInterceptor.send_exception(ServerRequestInfo ri)
           
 void SASTargetInterceptor.send_other(ServerRequestInfo ri)
           
protected  Any SASTargetInterceptor.makeCompleteEstablishContext(ServerRequestInfo ri, long client_context_id, org.jacorb.sasPolicy.SASPolicyValues sasValues)
           
protected  Any SASTargetInterceptor.makeContextError(ServerRequestInfo ri, long client_context_id, int major_status, int minor_status, byte[] error_token)
           
 

Uses of ServerRequestInfo in org.jacorb.util.tracing
 

Methods in org.jacorb.util.tracing with parameters of type ServerRequestInfo
 void ServerTraceInterceptor.receive_request_service_contexts(ServerRequestInfo ri)
           
 void ServerTraceInterceptor.receive_request(ServerRequestInfo ri)
           
 void ServerTraceInterceptor.send_reply(ServerRequestInfo ri)
           
 void ServerTraceInterceptor.send_exception(ServerRequestInfo ri)
           
 void ServerTraceInterceptor.send_other(ServerRequestInfo ri)
           
 

Uses of ServerRequestInfo in org.omg.PortableInterceptor
 

Fields in org.omg.PortableInterceptor declared as ServerRequestInfo
 ServerRequestInfo ServerRequestInfoHolder.value
           
 

Methods in org.omg.PortableInterceptor that return ServerRequestInfo
static ServerRequestInfo ServerRequestInfoHelper.extract(Any any)
           
static ServerRequestInfo ServerRequestInfoHelper.read(InputStream in)
           
static ServerRequestInfo ServerRequestInfoHelper.narrow(java.lang.Object obj)
           
static ServerRequestInfo ServerRequestInfoHelper.narrow(Object obj)
           
static ServerRequestInfo ServerRequestInfoHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.PortableInterceptor with parameters of type ServerRequestInfo
static void ServerRequestInfoHelper.insert(Any any, ServerRequestInfo s)
           
static void ServerRequestInfoHelper.write(OutputStream _out, ServerRequestInfo s)
           
 void ServerRequestInterceptorOperations.receive_request_service_contexts(ServerRequestInfo ri)
           
 void ServerRequestInterceptorOperations.receive_request(ServerRequestInfo ri)
           
 void ServerRequestInterceptorOperations.send_reply(ServerRequestInfo ri)
           
 void ServerRequestInterceptorOperations.send_exception(ServerRequestInfo ri)
           
 void ServerRequestInterceptorOperations.send_other(ServerRequestInfo ri)
           
 

Constructors in org.omg.PortableInterceptor with parameters of type ServerRequestInfo
ServerRequestInfoHolder(ServerRequestInfo initial)