Uses of Interface
org.omg.DynamicAny.DynAnyFactoryOperations

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

Uses of DynAnyFactoryOperations in org.jacorb.orb.dynany
 

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

Uses of DynAnyFactoryOperations in org.omg.DynamicAny
 

Subinterfaces of DynAnyFactoryOperations in org.omg.DynamicAny
 interface DynAnyFactory
          Generated from IDL interface "DynAnyFactory"
 

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

Methods in org.omg.DynamicAny that return DynAnyFactoryOperations
 DynAnyFactoryOperations DynAnyFactoryPOATie._delegate()
           
 

Methods in org.omg.DynamicAny with parameters of type DynAnyFactoryOperations
 void DynAnyFactoryPOATie._delegate(DynAnyFactoryOperations delegate)
           
 

Constructors in org.omg.DynamicAny with parameters of type DynAnyFactoryOperations
DynAnyFactoryPOATie(DynAnyFactoryOperations delegate)
           
DynAnyFactoryPOATie(DynAnyFactoryOperations delegate, POA poa)