Uses of Interface
org.omg.PortableInterceptor.IORInfo
-
Packages that use IORInfo 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 IORInfo in com.sun.corba.ee.impl.folb
Methods in com.sun.corba.ee.impl.folb with parameters of type IORInfo Modifier and Type Method Description void
ServerGroupManager. components_established(IORInfo iorInfo)
void
ServerGroupManager. establish_components(IORInfo iorInfo)
TaggedComponent
CSIv2SSLTaggedComponentHandler. insert(IORInfo iorInfo, java.util.List<ClusterInstanceInfo> clusterInstanceInfo)
-
Uses of IORInfo in com.sun.corba.ee.impl.interceptors
Classes in com.sun.corba.ee.impl.interceptors that implement IORInfo Modifier and Type Class Description class
IORInfoImpl
IORInfoImpl is the implementation of the IORInfo class, as described in orbos/99-12-02, section 7. -
Uses of IORInfo in com.sun.corba.ee.impl.oa.rfm
Methods in com.sun.corba.ee.impl.oa.rfm with parameters of type IORInfo Modifier and Type Method Description void
ReferenceManagerConfigurator.RMIORInterceptor. components_established(IORInfo info)
void
ReferenceManagerConfigurator.RMIORInterceptor. establish_components(IORInfo info)
-
Uses of IORInfo in com.sun.corba.ee.impl.plugin.hwlb
Methods in com.sun.corba.ee.impl.plugin.hwlb with parameters of type IORInfo Modifier and Type Method Description void
VirtualAddressAgentImpl. components_established(IORInfo info)
void
VirtualAddressAgentImpl. establish_components(IORInfo info)
-
Uses of IORInfo in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as IORInfo Modifier and Type Field Description IORInfo
IORInfoHolder. value
Methods in org.omg.PortableInterceptor that return IORInfo Modifier and Type Method Description static IORInfo
IORInfoHelper. extract(Any a)
static IORInfo
IORInfoHelper. narrow(Object obj)
static IORInfo
IORInfoHelper. read(InputStream istream)
static IORInfo
IORInfoHelper. unchecked_narrow(Object obj)
Methods in org.omg.PortableInterceptor with parameters of type IORInfo Modifier and Type Method Description void
IORInterceptor_3_0Operations. components_established(IORInfo info)
The components_established method is invoked on all registered IORInterceptor_3_0 instances after establish_components has been invoked on all registered IORInterceptor instances.void
IORInterceptorOperations. establish_components(IORInfo info)
A server side ORB calls theestablish_components
operation on all registeredIORInterceptor
instances when it is assembling the list of components that will be included in the profile or profiles of an object reference.static void
IORInfoHelper. insert(Any a, IORInfo that)
static void
IORInfoHelper. write(OutputStream ostream, IORInfo value)
Constructors in org.omg.PortableInterceptor with parameters of type IORInfo Constructor Description IORInfoHolder(IORInfo initialValue)
-