Uses of Interface
org.omg.PortableInterceptor.Interceptor
Packages that use Interceptor
Package
Description
-
Uses of Interceptor in com.sun.corba.ee.impl.folb
Classes in com.sun.corba.ee.impl.folb that implement Interceptor -
Uses of Interceptor in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as InterceptorMethods in com.sun.corba.ee.impl.interceptors that return InterceptorModifier and TypeMethodDescription(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 InterceptorModifier and TypeMethodDescription(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 InterceptorModifier and TypeClassDescriptionprivate static class
-
Uses of Interceptor in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement InterceptorModifier and TypeClassDescriptionclass
class
class
-
Uses of Interceptor in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol with parameters of type InterceptorModifier and TypeMethodDescriptionvoid
PIHandler.register_interceptor
(Interceptor interceptor, int type) -
Uses of Interceptor in org.omg.PortableInterceptor
Subinterfaces of Interceptor in org.omg.PortableInterceptorModifier and TypeInterfaceDescriptioninterface
Client-side request interceptor.interface
Interceptor used to establish tagged components in the profiles within an IOR.interface
org/omg/PortableInterceptor/IORInterceptor_3_0.java .interface
Server-side request interceptor.Fields in org.omg.PortableInterceptor declared as InterceptorMethods in org.omg.PortableInterceptor that return InterceptorModifier and TypeMethodDescriptionstatic Interceptor
static Interceptor
static Interceptor
InterceptorHelper.read
(InputStream istream) static Interceptor
InterceptorHelper.unchecked_narrow
(Object obj) Methods in org.omg.PortableInterceptor with parameters of type InterceptorModifier and TypeMethodDescriptionstatic 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