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 voidServerGroupManager. components_established(IORInfo iorInfo)voidServerGroupManager. establish_components(IORInfo iorInfo)TaggedComponentCSIv2SSLTaggedComponentHandler. 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 classIORInfoImplIORInfoImpl 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 voidReferenceManagerConfigurator.RMIORInterceptor. components_established(IORInfo info)voidReferenceManagerConfigurator.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 voidVirtualAddressAgentImpl. components_established(IORInfo info)voidVirtualAddressAgentImpl. establish_components(IORInfo info) -
Uses of IORInfo in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as IORInfo Modifier and Type Field Description IORInfoIORInfoHolder. valueMethods in org.omg.PortableInterceptor that return IORInfo Modifier and Type Method Description static IORInfoIORInfoHelper. extract(Any a)static IORInfoIORInfoHelper. narrow(Object obj)static IORInfoIORInfoHelper. read(InputStream istream)static IORInfoIORInfoHelper. unchecked_narrow(Object obj)Methods in org.omg.PortableInterceptor with parameters of type IORInfo Modifier and Type Method Description voidIORInterceptor_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.voidIORInterceptorOperations. establish_components(IORInfo info)A server side ORB calls theestablish_componentsoperation on all registeredIORInterceptorinstances when it is assembling the list of components that will be included in the profile or profiles of an object reference.static voidIORInfoHelper. insert(Any a, IORInfo that)static voidIORInfoHelper. write(OutputStream ostream, IORInfo value)Constructors in org.omg.PortableInterceptor with parameters of type IORInfo Constructor Description IORInfoHolder(IORInfo initialValue)
-