Uses of Interface
org.omg.PortableInterceptor.IORInterceptor
Packages that use IORInterceptor
Package
Description
-
Uses of IORInterceptor in com.sun.corba.ee.impl.folb
Classes in com.sun.corba.ee.impl.folb that implement IORInterceptor -
Uses of IORInterceptor in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors with parameters of type IORInterceptorModifier and TypeMethodDescriptionvoid
ORBInitInfoImpl.add_ior_interceptor
(IORInterceptor interceptor) This operation is used to add an IOR Interceptor to the list of IOR Interceptors.void
ORBInitInfoImpl.add_ior_interceptor_with_policy
(IORInterceptor interceptor, Policy[] policies) -
Uses of IORInterceptor in com.sun.corba.ee.impl.oa.rfm
Classes in com.sun.corba.ee.impl.oa.rfm that implement IORInterceptorModifier and TypeClassDescriptionprivate static class
-
Uses of IORInterceptor in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement IORInterceptor -
Uses of IORInterceptor in org.omg.PortableInterceptor
Subinterfaces of IORInterceptor in org.omg.PortableInterceptorModifier and TypeInterfaceDescriptioninterface
org/omg/PortableInterceptor/IORInterceptor_3_0.java .Fields in org.omg.PortableInterceptor declared as IORInterceptorMethods in org.omg.PortableInterceptor that return IORInterceptorModifier and TypeMethodDescriptionstatic IORInterceptor
static IORInterceptor
static IORInterceptor
IORInterceptorHelper.read
(InputStream istream) static IORInterceptor
IORInterceptorHelper.unchecked_narrow
(Object obj) Methods in org.omg.PortableInterceptor with parameters of type IORInterceptorModifier and TypeMethodDescriptionvoid
ORBInitInfoOperations.add_ior_interceptor
(IORInterceptor interceptor) Used to add an IOR Interceptor to the list of IOR Interceptors.static void
IORInterceptorHelper.insert
(Any a, IORInterceptor that) static void
IORInterceptorHelper.write
(OutputStream ostream, IORInterceptor value) Constructors in org.omg.PortableInterceptor with parameters of type IORInterceptor