Uses of Interface
org.omg.DynamicAny.DynAnyFactory

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

Uses of DynAnyFactory in org.jacorb.notification
 

Fields in org.jacorb.notification declared as DynAnyFactory
protected  DynAnyFactory FilterImpl.dynAnyFactory_
           
 

Methods in org.jacorb.notification that return DynAnyFactory
 DynAnyFactory ApplicationContext.getDynAnyFactory()
           
 

Uses of DynAnyFactory in org.jacorb.notification.filter
 

Constructors in org.jacorb.notification.filter with parameters of type DynAnyFactory
DynamicEvaluator(DynAnyFactory dynAnyFactory)
           
 

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 DynAnyFactoryPOA._this()
           
 DynAnyFactory DynAnyFactoryPOATie._this()
           
 DynAnyFactory DynAnyFactoryPOA._this(ORB orb)
           
 DynAnyFactory DynAnyFactoryPOATie._this(ORB orb)
           
static DynAnyFactory DynAnyFactoryHelper.extract(Any any)
           
static DynAnyFactory DynAnyFactoryHelper.narrow(java.lang.Object obj)
           
static DynAnyFactory DynAnyFactoryHelper.narrow(Object obj)
           
static DynAnyFactory DynAnyFactoryHelper.read(InputStream in)
           
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)