Uses of Interface
org.omg.PortableInterceptor.ServerRequestInfo

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

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_exception(ServerRequestInfo ri)
           
 void DefaultServerInterceptor.send_other(ServerRequestInfo ri)
           
 void DefaultServerInterceptor.send_reply(ServerRequestInfo ri)
           
 

Uses of ServerRequestInfo in org.jacorb.security.sas
 

Methods in org.jacorb.security.sas with parameters of type ServerRequestInfo
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)
           
 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 SASTargetInterceptor.send_reply(ServerRequestInfo ri)
           
 boolean JsseContext.validate(ServerRequestInfo ri, byte[] contextToken)
           
 

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_exception(ServerRequestInfo ri)
           
 void ServerTraceInterceptor.send_other(ServerRequestInfo ri)
           
 void ServerTraceInterceptor.send_reply(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.narrow(Object obj)
           
static ServerRequestInfo ServerRequestInfoHelper.read(InputStream in)
           
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)
           
 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 ServerRequestInterceptorOperations.send_reply(ServerRequestInfo ri)
           
static void ServerRequestInfoHelper.write(OutputStream _out, ServerRequestInfo s)
           
 

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