Uses of Interface
org.omg.PortableInterceptor.Interceptor
-
-
Uses of Interceptor in com.sun.corba.ee.impl.folb
Classes in com.sun.corba.ee.impl.folb that implement Interceptor Modifier and Type Class Description class
ClientGroupManager
class
ServerGroupManager
-
Uses of Interceptor in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as Interceptor Modifier and Type Field Description private Interceptor[][]
InterceptorList. interceptors
Methods in com.sun.corba.ee.impl.interceptors that return Interceptor Modifier and Type Method Description (package private) Interceptor[]
InterceptorList. getInterceptors(int type)
Retrieves an array of interceptors of the given type.Methods in com.sun.corba.ee.impl.interceptors with parameters of type Interceptor Modifier and Type Method Description (package private) void
InterceptorList. register_interceptor(Interceptor interceptor, int type)
Registers an interceptor of the given type into the interceptor list.void
PIHandlerImpl. register_interceptor(Interceptor interceptor, int type)
Called by ORBInitInfo when an interceptor needs to be registered.void
PINoOpHandlerImpl. register_interceptor(Interceptor interceptor, int type)
-
Uses of Interceptor in com.sun.corba.ee.impl.oa.rfm
Classes in com.sun.corba.ee.impl.oa.rfm that implement Interceptor Modifier and Type Class Description private static class
ReferenceManagerConfigurator.RMIORInterceptor
-
Uses of Interceptor in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement Interceptor Modifier and Type Class Description class
RetryClientRequestInterceptor
class
RetryServerRequestInterceptor
class
VirtualAddressAgentImpl
-
Uses of Interceptor in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol with parameters of type Interceptor Modifier and Type Method Description void
PIHandler. register_interceptor(Interceptor interceptor, int type)
-
Uses of Interceptor in org.omg.PortableInterceptor
Subinterfaces of Interceptor in org.omg.PortableInterceptor Modifier and Type Interface Description interface
ClientRequestInterceptor
Client-side request interceptor.interface
IORInterceptor
Interceptor used to establish tagged components in the profiles within an IOR.interface
IORInterceptor_3_0
org/omg/PortableInterceptor/IORInterceptor_3_0.java .interface
ServerRequestInterceptor
Server-side request interceptor.Fields in org.omg.PortableInterceptor declared as Interceptor Modifier and Type Field Description Interceptor
InterceptorHolder. value
Methods in org.omg.PortableInterceptor that return Interceptor Modifier and Type Method Description static Interceptor
InterceptorHelper. extract(Any a)
static Interceptor
InterceptorHelper. narrow(Object obj)
static Interceptor
InterceptorHelper. read(InputStream istream)
static Interceptor
InterceptorHelper. unchecked_narrow(Object obj)
Methods in org.omg.PortableInterceptor with parameters of type Interceptor Modifier and Type Method Description static void
InterceptorHelper. insert(Any a, Interceptor that)
static void
InterceptorHelper. write(OutputStream ostream, Interceptor value)
Constructors in org.omg.PortableInterceptor with parameters of type Interceptor Constructor Description InterceptorHolder(Interceptor initialValue)
-