Uses of Interface
org.omg.DynamicAny.DynAnyFactory

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

Uses of DynAnyFactory in org.jacorb.notification.filter.impl
 

Constructors in org.jacorb.notification.filter.impl with parameters of type DynAnyFactory
DefaultETCLEvaluator(org.apache.avalon.framework.configuration.Configuration config, DynAnyFactory dynAnyFactory)
           
 

Uses of DynAnyFactory in org.jacorb.notification.servant
 

Constructors in org.jacorb.notification.servant with parameters of type DynAnyFactory
TypedProxyPullSupplierImpl(ITypedAdmin admin, ConsumerAdmin consumerAdmin, ORB orb, POA poa, org.apache.avalon.framework.configuration.Configuration conf, TaskProcessor taskProcessor, OfferManager offerManager, SubscriptionManager subscriptionManager, DynAnyFactory dynAnyFactory, Repository repository)
           
 

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)