Uses of Interface
org.omg.PortableInterceptor.IORInterceptor
-
Packages that use IORInterceptor Package Description com.sun.corba.ee.impl.folb com.sun.corba.ee.impl.interceptors com.sun.corba.ee.impl.oa.rfm com.sun.corba.ee.impl.plugin.hwlb org.omg.PortableInterceptor -
-
Uses of IORInterceptor in com.sun.corba.ee.impl.folb
Classes in com.sun.corba.ee.impl.folb that implement IORInterceptor Modifier and Type Class Description class
ServerGroupManager
-
Uses of IORInterceptor in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors with parameters of type IORInterceptor Modifier and Type Method Description void
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 IORInterceptor Modifier and Type Class Description private static class
ReferenceManagerConfigurator.RMIORInterceptor
-
Uses of IORInterceptor in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement IORInterceptor Modifier and Type Class Description class
VirtualAddressAgentImpl
-
Uses of IORInterceptor in org.omg.PortableInterceptor
Subinterfaces of IORInterceptor in org.omg.PortableInterceptor Modifier and Type Interface Description interface
IORInterceptor_3_0
org/omg/PortableInterceptor/IORInterceptor_3_0.java .Fields in org.omg.PortableInterceptor declared as IORInterceptor Modifier and Type Field Description IORInterceptor
IORInterceptorHolder. value
Methods in org.omg.PortableInterceptor that return IORInterceptor Modifier and Type Method Description static IORInterceptor
IORInterceptorHelper. extract(Any a)
static IORInterceptor
IORInterceptorHelper. narrow(Object obj)
static IORInterceptor
IORInterceptorHelper. read(InputStream istream)
static IORInterceptor
IORInterceptorHelper. unchecked_narrow(Object obj)
Methods in org.omg.PortableInterceptor with parameters of type IORInterceptor Modifier and Type Method Description void
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 Constructor Description IORInterceptorHolder(IORInterceptor initialValue)
-