Uses of Interface
org.omg.DynamicAny.DynFixedOperations

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

Uses of DynFixedOperations in org.jacorb.orb.dynany
 

Classes in org.jacorb.orb.dynany that implement DynFixedOperations
 class DynFixed
          CORBA DynFixed Written by Jason Courage
 

Uses of DynFixedOperations in org.omg.DynamicAny
 

Subinterfaces of DynFixedOperations in org.omg.DynamicAny
 interface DynFixed
          Generated from IDL interface "DynFixed"
 

Classes in org.omg.DynamicAny that implement DynFixedOperations
 class _DynFixedStub
          Generated from IDL interface "DynFixed"
 class DynFixedPOA
          Generated from IDL interface "DynFixed"
 class DynFixedPOATie
          Generated from IDL interface "DynFixed"
 

Methods in org.omg.DynamicAny that return DynFixedOperations
 DynFixedOperations DynFixedPOATie._delegate()
           
 

Methods in org.omg.DynamicAny with parameters of type DynFixedOperations
 void DynFixedPOATie._delegate(DynFixedOperations delegate)
           
 

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