Uses of Interface
org.omg.PortableInterceptor.IORInfo
Packages that use IORInfo
Package
Description
-
Uses of IORInfo in com.sun.corba.ee.impl.folb
Methods in com.sun.corba.ee.impl.folb with parameters of type IORInfoModifier and TypeMethodDescriptionvoid
ServerGroupManager.components_established
(IORInfo iorInfo) void
ServerGroupManager.establish_components
(IORInfo iorInfo) CSIv2SSLTaggedComponentHandler.insert
(IORInfo iorInfo, List<ClusterInstanceInfo> clusterInstanceInfo) -
Uses of IORInfo in com.sun.corba.ee.impl.interceptors
Classes in com.sun.corba.ee.impl.interceptors that implement IORInfoModifier and TypeClassDescriptionfinal class
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 IORInfoModifier and TypeMethodDescriptionvoid
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 IORInfoModifier and TypeMethodDescriptionvoid
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 IORInfoMethods in org.omg.PortableInterceptor that return IORInfoModifier and TypeMethodDescriptionstatic IORInfo
static IORInfo
static IORInfo
IORInfoHelper.read
(InputStream istream) static IORInfo
IORInfoHelper.unchecked_narrow
(Object obj) Methods in org.omg.PortableInterceptor with parameters of type IORInfoModifier and TypeMethodDescriptionvoid
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
static void
IORInfoHelper.write
(OutputStream ostream, IORInfo value) Constructors in org.omg.PortableInterceptor with parameters of type IORInfo