Uses of Interface
org.omg.CosCollection.SequenceFactory

Packages that use SequenceFactory
org.omg.CosCollection   
 

Uses of SequenceFactory in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement SequenceFactory
 class _SequenceFactoryStub
          Generated from IDL interface "SequenceFactory"
 

Fields in org.omg.CosCollection declared as SequenceFactory
 SequenceFactory SequenceFactoryHolder.value
           
 

Methods in org.omg.CosCollection that return SequenceFactory
 SequenceFactory SequenceFactoryPOATie._this()
           
 SequenceFactory SequenceFactoryPOATie._this(ORB orb)
           
 SequenceFactory SequenceFactoryPOA._this()
           
 SequenceFactory SequenceFactoryPOA._this(ORB orb)
           
static SequenceFactory SequenceFactoryHelper.extract(Any any)
           
static SequenceFactory SequenceFactoryHelper.read(InputStream in)
           
static SequenceFactory SequenceFactoryHelper.narrow(java.lang.Object obj)
           
static SequenceFactory SequenceFactoryHelper.narrow(Object obj)
           
static SequenceFactory SequenceFactoryHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosCollection with parameters of type SequenceFactory
static void SequenceFactoryHelper.insert(Any any, SequenceFactory s)
           
static void SequenceFactoryHelper.write(OutputStream _out, SequenceFactory s)
           
 

Constructors in org.omg.CosCollection with parameters of type SequenceFactory
SequenceFactoryHolder(SequenceFactory initial)