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 TypeMethodDescriptionvoidServerGroupManager.components_established(IORInfo iorInfo) voidServerGroupManager.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 classIORInfoImpl 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 TypeMethodDescriptionvoidReferenceManagerConfigurator.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 IORInfoModifier and TypeMethodDescriptionvoidVirtualAddressAgentImpl.components_established(IORInfo info) voidVirtualAddressAgentImpl.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 IORInfostatic IORInfostatic IORInfoIORInfoHelper.read(InputStream istream) static IORInfoIORInfoHelper.unchecked_narrow(Object obj) Methods in org.omg.PortableInterceptor with parameters of type IORInfoModifier and TypeMethodDescriptionvoidIORInterceptor_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 voidstatic voidIORInfoHelper.write(OutputStream ostream, IORInfo value) Constructors in org.omg.PortableInterceptor with parameters of type IORInfo