Uses of Interface
org.omg.PortableInterceptor.IORInfo

Packages that use IORInfo
org.jacorb.orb.portableInterceptor   
org.jacorb.orb.standardInterceptors   
org.omg.PortableInterceptor   
 

Uses of IORInfo in org.jacorb.orb.portableInterceptor
 

Subinterfaces of IORInfo in org.jacorb.orb.portableInterceptor
 interface IORInfoExt
          This class extends the standard defined interface of the IORInfo object given to each IORInterceptor during creation of new IORs.
 

Classes in org.jacorb.orb.portableInterceptor that implement IORInfo
 class IORInfoImpl
          This class represents the type of info object that will be passed to the IORInterceptors.
 

Uses of IORInfo in org.jacorb.orb.standardInterceptors
 

Methods in org.jacorb.orb.standardInterceptors with parameters of type IORInfo
 void SSLComponentInterceptor.establish_components(IORInfo info)
          Builds an ssl TaggedComponent.
 void SASComponentInterceptor.establish_components(IORInfo info)
          Builds an sas TaggedComponent.
 void CodeSetInfoInterceptor.establish_components(IORInfo info)
          Creates default IOR codeset component.
 

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.read(InputStream in)
           
static IORInfo IORInfoHelper.narrow(java.lang.Object obj)
           
static IORInfo IORInfoHelper.narrow(Object obj)
           
static IORInfo IORInfoHelper.unchecked_narrow(Object obj)
           
 

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

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