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) 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 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 TypeClassDescriptionclassclassclass -
Uses of Interceptor in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol with parameters of type InterceptorModifier and TypeMethodDescriptionvoidPIHandler.register_interceptor(Interceptor interceptor, int type) -
Uses of Interceptor in org.omg.PortableInterceptor
Subinterfaces of Interceptor in org.omg.PortableInterceptorModifier and TypeInterfaceDescriptioninterfaceClient-side request interceptor.interfaceInterceptor used to establish tagged components in the profiles within an IOR.interfaceorg/omg/PortableInterceptor/IORInterceptor_3_0.java .interfaceServer-side request interceptor.Fields in org.omg.PortableInterceptor declared as InterceptorMethods in org.omg.PortableInterceptor that return InterceptorModifier and TypeMethodDescriptionstatic Interceptorstatic Interceptorstatic InterceptorInterceptorHelper.read(InputStream istream) static InterceptorInterceptorHelper.unchecked_narrow(Object obj) Methods in org.omg.PortableInterceptor with parameters of type InterceptorModifier and TypeMethodDescriptionstatic voidInterceptorHelper.insert(Any a, Interceptor that) static voidInterceptorHelper.write(OutputStream ostream, Interceptor value) Constructors in org.omg.PortableInterceptor with parameters of type Interceptor