Uses of Interface
org.omg.CORBA.SequenceDef

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

Uses of SequenceDef in org.jacorb.ir
 

Methods in org.jacorb.ir that return SequenceDef
 SequenceDef RepositoryImpl.create_sequence(int bound, IDLType element_type)
          not supported
 

Uses of SequenceDef in org.omg.CORBA
 

Classes in org.omg.CORBA that implement SequenceDef
 class _SequenceDefStub
          Generated from IDL interface "SequenceDef"
 

Fields in org.omg.CORBA declared as SequenceDef
 SequenceDef SequenceDefHolder.value
           
 

Methods in org.omg.CORBA that return SequenceDef
static SequenceDef SequenceDefHelper.extract(Any any)
           
static SequenceDef SequenceDefHelper.read(InputStream in)
           
static SequenceDef SequenceDefHelper.narrow(java.lang.Object obj)
           
static SequenceDef SequenceDefHelper.narrow(Object obj)
           
static SequenceDef SequenceDefHelper.unchecked_narrow(Object obj)
           
 SequenceDef RepositoryPOATie.create_sequence(int bound, IDLType element_type)
           
 SequenceDef RepositoryOperations.create_sequence(int bound, IDLType element_type)
           
 SequenceDef SequenceDefPOA._this()
           
 SequenceDef SequenceDefPOA._this(ORB orb)
           
 SequenceDef _RepositoryStub.create_sequence(int bound, IDLType element_type)
           
 SequenceDef SequenceDefPOATie._this()
           
 SequenceDef SequenceDefPOATie._this(ORB orb)
           
 

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

Constructors in org.omg.CORBA with parameters of type SequenceDef
SequenceDefHolder(SequenceDef initial)