Uses of Interface
org.omg.DynamicAny.DynFixed

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

Uses of DynFixed in org.jacorb.orb.dynany
 

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

Uses of DynFixed in org.omg.DynamicAny
 

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

Fields in org.omg.DynamicAny declared as DynFixed
 DynFixed DynFixedHolder.value
           
 

Methods in org.omg.DynamicAny that return DynFixed
 DynFixed DynFixedPOATie._this()
           
 DynFixed DynFixedPOATie._this(ORB orb)
           
 DynFixed DynFixedPOA._this()
           
 DynFixed DynFixedPOA._this(ORB orb)
           
static DynFixed DynFixedHelper.extract(Any any)
           
static DynFixed DynFixedHelper.read(InputStream in)
           
static DynFixed DynFixedHelper.narrow(java.lang.Object obj)
           
static DynFixed DynFixedHelper.narrow(Object obj)
           
static DynFixed DynFixedHelper.unchecked_narrow(Object obj)
           
 

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

Constructors in org.omg.DynamicAny with parameters of type DynFixed
DynFixedHolder(DynFixed initial)