|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interceptor | |
---|---|
org.jacorb.orb.giop | |
org.jacorb.orb.portableInterceptor | |
org.jacorb.orb.standardInterceptors | |
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
|
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. |
protected void |
IORInterceptorIterator.invoke(Interceptor interceptor)
|
protected abstract void |
AbstractInterceptorIterator.invoke(Interceptor interceptor)
|
protected void |
ServerInterceptorIterator.invoke(Interceptor interceptor)
|
Constructors in org.jacorb.orb.portableInterceptor with parameters of type Interceptor | |
---|---|
AbstractInterceptorIterator(Interceptor[] interceptors)
|
|
ClientInterceptorIterator(org.apache.avalon.framework.logger.Logger logger,
Interceptor[] interceptors)
|
|
IORInterceptorIterator(org.apache.avalon.framework.logger.Logger logger,
Interceptor[] interceptors)
|
|
IORInterceptorIterator(org.apache.avalon.framework.logger.Logger logger,
Interceptor[] interceptors,
int[] ptags)
|
|
RequestInterceptorIterator(Interceptor[] interceptors)
|
|
ServerInterceptorIterator(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.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.narrow(Object obj)
|
static Interceptor |
InterceptorHelper.read(InputStream in)
|
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 |