Uses of Interface
org.omg.CORBA.ArrayDef

Packages that use ArrayDef
org.jacorb.ir   
org.omg.CORBA   
 

Uses of ArrayDef in org.jacorb.ir
 

Methods in org.jacorb.ir that return ArrayDef
 ArrayDef RepositoryImpl.create_array(int length, IDLType element_type)
          not supported
 

Uses of ArrayDef in org.omg.CORBA
 

Classes in org.omg.CORBA that implement ArrayDef
 class _ArrayDefStub
          Generated from IDL interface "ArrayDef"
 

Fields in org.omg.CORBA declared as ArrayDef
 ArrayDef ArrayDefHolder.value
           
 

Methods in org.omg.CORBA that return ArrayDef
 ArrayDef _RepositoryStub.create_array(int length, IDLType element_type)
           
 ArrayDef RepositoryPOATie.create_array(int length, IDLType element_type)
           
 ArrayDef RepositoryOperations.create_array(int length, IDLType element_type)
           
 ArrayDef ArrayDefPOATie._this()
           
 ArrayDef ArrayDefPOATie._this(ORB orb)
           
 ArrayDef ArrayDefPOA._this()
           
 ArrayDef ArrayDefPOA._this(ORB orb)
           
static ArrayDef ArrayDefHelper.extract(Any any)
           
static ArrayDef ArrayDefHelper.read(InputStream in)
           
static ArrayDef ArrayDefHelper.narrow(java.lang.Object obj)
           
static ArrayDef ArrayDefHelper.narrow(Object obj)
           
static ArrayDef ArrayDefHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CORBA with parameters of type ArrayDef
static void ArrayDefHelper.insert(Any any, ArrayDef s)
           
static void ArrayDefHelper.write(OutputStream _out, ArrayDef s)
           
 

Constructors in org.omg.CORBA with parameters of type ArrayDef
ArrayDefHolder(ArrayDef initial)