|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ServerInterceptorIterator.invoke(Interceptor interceptor)
|
protected void |
IORInterceptorIterator.invoke(Interceptor interceptor)
|
protected void |
ClientInterceptorIterator.invoke(Interceptor interceptor)
Iterates over the enumeration, i.e. calls "op" on nextElement() until ! |
protected abstract void |
AbstractInterceptorIterator.invoke(Interceptor interceptor)
|
Constructors in org.jacorb.orb.portableInterceptor with parameters of type Interceptor | |
ServerInterceptorIterator(Interceptor[] interceptors)
|
|
RequestInterceptorIterator(Interceptor[] interceptors)
|
|
IORInterceptorIterator(Interceptor[] interceptors)
|
|
ClientInterceptorIterator(Interceptor[] interceptors)
|
|
AbstractInterceptorIterator(Interceptor[] interceptors)
|
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |