Uses of Interface
org.omg.PortableInterceptor.IORInterceptor_3_0
-
Packages that use IORInterceptor_3_0 Package Description com.sun.corba.ee.impl.oa.rfm com.sun.corba.ee.impl.plugin.hwlb org.omg.PortableInterceptor -
-
Uses of IORInterceptor_3_0 in com.sun.corba.ee.impl.oa.rfm
Classes in com.sun.corba.ee.impl.oa.rfm that implement IORInterceptor_3_0 Modifier and Type Class Description private static class
ReferenceManagerConfigurator.RMIORInterceptor
Fields in com.sun.corba.ee.impl.oa.rfm declared as IORInterceptor_3_0 Modifier and Type Field Description private IORInterceptor_3_0
ReferenceManagerConfigurator.RMORBInitializer. interceptor
Constructors in com.sun.corba.ee.impl.oa.rfm with parameters of type IORInterceptor_3_0 Constructor Description RMORBInitializer(IORInterceptor_3_0 interceptor)
-
Uses of IORInterceptor_3_0 in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement IORInterceptor_3_0 Modifier and Type Class Description class
VirtualAddressAgentImpl
-
Uses of IORInterceptor_3_0 in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as IORInterceptor_3_0 Modifier and Type Field Description IORInterceptor_3_0
IORInterceptor_3_0Holder. value
Methods in org.omg.PortableInterceptor that return IORInterceptor_3_0 Modifier and Type Method Description static IORInterceptor_3_0
IORInterceptor_3_0Helper. extract(Any a)
static IORInterceptor_3_0
IORInterceptor_3_0Helper. narrow(Object obj)
static IORInterceptor_3_0
IORInterceptor_3_0Helper. read(InputStream istream)
static IORInterceptor_3_0
IORInterceptor_3_0Helper. unchecked_narrow(Object obj)
Methods in org.omg.PortableInterceptor with parameters of type IORInterceptor_3_0 Modifier and Type Method Description static void
IORInterceptor_3_0Helper. insert(Any a, IORInterceptor_3_0 that)
static void
IORInterceptor_3_0Helper. write(OutputStream ostream, IORInterceptor_3_0 value)
Constructors in org.omg.PortableInterceptor with parameters of type IORInterceptor_3_0 Constructor Description IORInterceptor_3_0Holder(IORInterceptor_3_0 initialValue)
-