Uses of Interface
org.omg.DynamicAny.DynAnyFactory

Packages that use DynAnyFactory
org.jacorb.orb.dynany   
org.omg.DynamicAny   
 

Uses of DynAnyFactory in org.jacorb.orb.dynany
 

Classes in org.jacorb.orb.dynany that implement DynAnyFactory
 class DynAnyFactoryImpl
           
 

Fields in org.jacorb.orb.dynany declared as DynAnyFactory
protected  DynAnyFactory DynAny.dynFactory
           
 

Uses of DynAnyFactory in org.omg.DynamicAny
 

Classes in org.omg.DynamicAny that implement DynAnyFactory
 class _DynAnyFactoryStub
          Generated from IDL interface "DynAnyFactory"
 

Fields in org.omg.DynamicAny declared as DynAnyFactory
 DynAnyFactory DynAnyFactoryHolder.value
           
 

Methods in org.omg.DynamicAny that return DynAnyFactory
 DynAnyFactory DynAnyFactoryPOATie._this()
           
 DynAnyFactory DynAnyFactoryPOATie._this(ORB orb)
           
 DynAnyFactory DynAnyFactoryPOA._this()
           
 DynAnyFactory DynAnyFactoryPOA._this(ORB orb)
           
static DynAnyFactory DynAnyFactoryHelper.extract(Any any)
           
static DynAnyFactory DynAnyFactoryHelper.read(InputStream in)
           
static DynAnyFactory DynAnyFactoryHelper.narrow(java.lang.Object obj)
           
static DynAnyFactory DynAnyFactoryHelper.narrow(Object obj)
           
static DynAnyFactory DynAnyFactoryHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.DynamicAny with parameters of type DynAnyFactory
static void DynAnyFactoryHelper.insert(Any any, DynAnyFactory s)
           
static void DynAnyFactoryHelper.write(OutputStream _out, DynAnyFactory s)
           
 

Constructors in org.omg.DynamicAny with parameters of type DynAnyFactory
DynAnyFactoryHolder(DynAnyFactory initial)