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 classServerGroupManager -
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 voidORBInitInfoImpl. add_ior_interceptor(IORInterceptor interceptor)This operation is used to add an IOR Interceptor to the list of IOR Interceptors.voidORBInitInfoImpl. 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 classReferenceManagerConfigurator.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 classVirtualAddressAgentImpl -
Uses of IORInterceptor in org.omg.PortableInterceptor
Subinterfaces of IORInterceptor in org.omg.PortableInterceptor Modifier and Type Interface Description interfaceIORInterceptor_3_0org/omg/PortableInterceptor/IORInterceptor_3_0.java .Fields in org.omg.PortableInterceptor declared as IORInterceptor Modifier and Type Field Description IORInterceptorIORInterceptorHolder. valueMethods in org.omg.PortableInterceptor that return IORInterceptor Modifier and Type Method Description static IORInterceptorIORInterceptorHelper. extract(Any a)static IORInterceptorIORInterceptorHelper. narrow(Object obj)static IORInterceptorIORInterceptorHelper. read(InputStream istream)static IORInterceptorIORInterceptorHelper. unchecked_narrow(Object obj)Methods in org.omg.PortableInterceptor with parameters of type IORInterceptor Modifier and Type Method Description voidORBInitInfoOperations. add_ior_interceptor(IORInterceptor interceptor)Used to add an IOR Interceptor to the list of IOR Interceptors.static voidIORInterceptorHelper. insert(Any a, IORInterceptor that)static voidIORInterceptorHelper. write(OutputStream ostream, IORInterceptor value)Constructors in org.omg.PortableInterceptor with parameters of type IORInterceptor Constructor Description IORInterceptorHolder(IORInterceptor initialValue)
-