Uses of Interface
org.omg.PortableInterceptor.Interceptor
Packages that use Interceptor
Package
Description
-
Uses of Interceptor in com.sun.corba.se.impl.interceptors
Methods in com.sun.corba.se.impl.interceptors with parameters of type InterceptorModifier and TypeMethodDescriptionvoidPIHandlerImpl.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.se.spi.protocol
Methods in com.sun.corba.se.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