Uses of Interface
org.omg.PortableInterceptor.ServerRequestInterceptor

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

Classes in org.jacorb.orb.giop that implement ServerRequestInterceptor
 class BiDirConnectionServerInterceptor
          BiDirConnectionServerInterceptor.java Created: Sun Sep 2 18:16:27 2002
 

Uses of ServerRequestInterceptor in org.jacorb.orb.portableInterceptor
 

Classes in org.jacorb.orb.portableInterceptor that implement ServerRequestInterceptor
 class DefaultServerInterceptor
          DefaultServerInterceptor.java A simple base class for user-defined server interceptors
 

Methods in org.jacorb.orb.portableInterceptor with parameters of type ServerRequestInterceptor
 void ORBInitInfoImpl.add_server_request_interceptor(ServerRequestInterceptor interceptor)
           
 

Uses of ServerRequestInterceptor in org.jacorb.security.level2
 

Classes in org.jacorb.security.level2 that implement ServerRequestInterceptor
 class ServerAccessDecisionInterceptor
          ServerAccessDecisionInterceptor.java Created: Wed Jul 5 14:31:30 2000
 

Uses of ServerRequestInterceptor in org.jacorb.security.sas
 

Classes in org.jacorb.security.sas that implement ServerRequestInterceptor
 class SASTargetInterceptor
          This is the SAS Target Security Service (TSS) Interceptor
 

Uses of ServerRequestInterceptor in org.jacorb.util.tracing
 

Classes in org.jacorb.util.tracing that implement ServerRequestInterceptor
 class ServerTraceInterceptor
           
 

Uses of ServerRequestInterceptor in org.omg.PortableInterceptor
 

Fields in org.omg.PortableInterceptor declared as ServerRequestInterceptor
 ServerRequestInterceptor ServerRequestInterceptorHolder.value
           
 

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

Methods in org.omg.PortableInterceptor with parameters of type ServerRequestInterceptor
static void ServerRequestInterceptorHelper.insert(Any any, ServerRequestInterceptor s)
           
static void ServerRequestInterceptorHelper.write(OutputStream _out, ServerRequestInterceptor s)
           
 void ORBInitInfoOperations.add_server_request_interceptor(ServerRequestInterceptor interceptor)
           
 

Constructors in org.omg.PortableInterceptor with parameters of type ServerRequestInterceptor
ServerRequestInterceptorHolder(ServerRequestInterceptor initial)