Uses of Interface
org.omg.PortableInterceptor.IORInfo

Packages that use IORInfo
org.apache.yoko.orb.csi   
org.apache.yoko.orb.OB   
org.apache.yoko.orb.PortableInterceptor   
org.apache.yoko.rmi.impl   
org.omg.PortableInterceptor   
 

Uses of IORInfo in org.apache.yoko.orb.csi
 

Methods in org.apache.yoko.orb.csi with parameters of type IORInfo
 void GSSUPIORInterceptor.establish_components(IORInfo info)
           
 

Uses of IORInfo in org.apache.yoko.orb.OB
 

Methods in org.apache.yoko.orb.OB with parameters of type IORInfo
 void CodeSetIORInterceptor_impl.components_established(IORInfo info)
           
 void MessageRoutingIORInterceptor_impl.components_established(IORInfo info)
           
 void PIManager.componentsEstablished(IORInfo info)
           
 void CodeSetIORInterceptor_impl.establish_components(IORInfo info)
           
 void MessageRoutingIORInterceptor_impl.establish_components(IORInfo info)
           
 void PIManager.establishComponents(IORInfo info)
           
static void MessageRoutingUtil.getComponentPolicyValues(IORInfo info, PolicyValueSeqHolder policies)
           
 

Uses of IORInfo in org.apache.yoko.orb.PortableInterceptor
 

Classes in org.apache.yoko.orb.PortableInterceptor that implement IORInfo
 class IORInfo_impl
           
 

Methods in org.apache.yoko.orb.PortableInterceptor with parameters of type IORInfo
 void IMRIORInterceptor_impl.components_established(IORInfo info)
           
 void IMRIORInterceptor_impl.establish_components(IORInfo info)
           
 

Uses of IORInfo in org.apache.yoko.rmi.impl
 

Methods in org.apache.yoko.rmi.impl with parameters of type IORInfo
 void RMIInterceptor.establish_components(IORInfo info)
           
 

Uses of IORInfo in org.omg.PortableInterceptor
 

Fields in org.omg.PortableInterceptor declared as IORInfo
 IORInfo IORInfoHolder.value
           
 

Methods in org.omg.PortableInterceptor that return IORInfo
static IORInfo IORInfoHelper.extract(Any any)
           
static IORInfo IORInfoHelper.narrow(Object val)
           
static IORInfo IORInfoHelper.read(InputStream in)
           
 

Methods in org.omg.PortableInterceptor with parameters of type IORInfo
 void IORInterceptor_3_0Operations.components_established(IORInfo info)
           
 void IORInterceptorOperations.establish_components(IORInfo info)
           
static void IORInfoHelper.insert(Any any, IORInfo val)
           
static void IORInfoHelper.write(OutputStream out, IORInfo val)
           
 

Constructors in org.omg.PortableInterceptor with parameters of type IORInfo
IORInfoHolder(IORInfo initial)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.