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 classClientGroupManagerclassServerGroupManager -
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. interceptorsMethods 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) voidInterceptorList. register_interceptor(Interceptor interceptor, int type)Registers an interceptor of the given type into the interceptor list.voidPIHandlerImpl. register_interceptor(Interceptor interceptor, int type)Called by ORBInitInfo when an interceptor needs to be registered.voidPINoOpHandlerImpl. 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 classReferenceManagerConfigurator.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 classRetryClientRequestInterceptorclassRetryServerRequestInterceptorclassVirtualAddressAgentImpl -
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 voidPIHandler. 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 interfaceClientRequestInterceptorClient-side request interceptor.interfaceIORInterceptorInterceptor used to establish tagged components in the profiles within an IOR.interfaceIORInterceptor_3_0org/omg/PortableInterceptor/IORInterceptor_3_0.java .interfaceServerRequestInterceptorServer-side request interceptor.Fields in org.omg.PortableInterceptor declared as Interceptor Modifier and Type Field Description InterceptorInterceptorHolder. valueMethods in org.omg.PortableInterceptor that return Interceptor Modifier and Type Method Description static InterceptorInterceptorHelper. extract(Any a)static InterceptorInterceptorHelper. narrow(Object obj)static InterceptorInterceptorHelper. read(InputStream istream)static InterceptorInterceptorHelper. unchecked_narrow(Object obj)Methods in org.omg.PortableInterceptor with parameters of type Interceptor Modifier and Type Method Description static voidInterceptorHelper. insert(Any a, Interceptor that)static voidInterceptorHelper. write(OutputStream ostream, Interceptor value)Constructors in org.omg.PortableInterceptor with parameters of type Interceptor Constructor Description InterceptorHolder(Interceptor initialValue)
-