Uses of Interface
org.omg.PortableInterceptor.Interceptor

Packages that use Interceptor
org.jacorb.orb.giop   
org.jacorb.orb.portableInterceptor   
org.jacorb.orb.standardInterceptors   
org.jacorb.security.level2   
org.jacorb.security.sas   
org.jacorb.util.tracing   
org.omg.PortableInterceptor   
 

Uses of Interceptor in org.jacorb.orb.giop
 

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

Uses of Interceptor in org.jacorb.orb.portableInterceptor
 

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

Fields in org.jacorb.orb.portableInterceptor declared as Interceptor
protected  Interceptor[] AbstractInterceptorIterator.interceptors
           
 

Methods in org.jacorb.orb.portableInterceptor that return Interceptor
protected  Interceptor AbstractInterceptorIterator.nextElement()
          Returns the next element in the enumeration
 

Methods in org.jacorb.orb.portableInterceptor with parameters of type Interceptor
protected  void ClientInterceptorIterator.invoke(Interceptor interceptor)
          Iterates over the enumeration, i.e. calls "op" on nextElement() until !
protected  void ServerInterceptorIterator.invoke(Interceptor interceptor)
           
protected abstract  void AbstractInterceptorIterator.invoke(Interceptor interceptor)
           
protected  void IORInterceptorIterator.invoke(Interceptor interceptor)
           
 

Constructors in org.jacorb.orb.portableInterceptor with parameters of type Interceptor
ClientInterceptorIterator(Interceptor[] interceptors)
           
RequestInterceptorIterator(Interceptor[] interceptors)
           
ServerInterceptorIterator(Interceptor[] interceptors)
           
AbstractInterceptorIterator(Interceptor[] interceptors)
           
IORInterceptorIterator(Interceptor[] interceptors)
           
IORInterceptorIterator(Interceptor[] interceptors, int[] ptags)
           
 

Uses of Interceptor in org.jacorb.orb.standardInterceptors
 

Classes in org.jacorb.orb.standardInterceptors that implement Interceptor
 class CodeSetInfoInterceptor
          This interceptor creates a codeset TaggedComponent.
 class SASComponentInterceptor
          This interceptor creates an sas TaggedComponent
 class SSLComponentInterceptor
          This interceptor creates an ssl TaggedComponent
 

Uses of Interceptor in org.jacorb.security.level2
 

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

Uses of Interceptor in org.jacorb.security.sas
 

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

Uses of Interceptor in org.jacorb.util.tracing
 

Classes in org.jacorb.util.tracing that implement Interceptor
 class ClientTraceInterceptor
           
 class ServerTraceInterceptor
           
 

Uses of Interceptor in org.omg.PortableInterceptor
 

Subinterfaces of Interceptor in org.omg.PortableInterceptor
 interface ClientRequestInterceptor
          Generated from IDL interface "ClientRequestInterceptor"
 interface IORInterceptor
          Generated from IDL interface "IORInterceptor"
 interface ServerRequestInterceptor
          Generated from IDL interface "ServerRequestInterceptor"
 

Fields in org.omg.PortableInterceptor declared as Interceptor
 Interceptor InterceptorHolder.value
           
 

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

Methods in org.omg.PortableInterceptor with parameters of type Interceptor
static void InterceptorHelper.insert(Any any, Interceptor s)
           
static void InterceptorHelper.write(OutputStream _out, Interceptor s)
           
 

Constructors in org.omg.PortableInterceptor with parameters of type Interceptor
InterceptorHolder(Interceptor initial)