Uses of Interface
org.omg.CosCollection.CollectionFactory

Packages that use CollectionFactory
org.omg.CosCollection   
 

Uses of CollectionFactory in org.omg.CosCollection
 

Subinterfaces of CollectionFactory in org.omg.CosCollection
 interface CollectionFactories
          Generated from IDL interface "CollectionFactories"
 interface EqualitySequenceFactory
          Generated from IDL interface "EqualitySequenceFactory"
 interface HeapFactory
          Generated from IDL interface "HeapFactory"
 interface KeyBagFactory
          Generated from IDL interface "KeyBagFactory"
 interface KeySetFactory
          Generated from IDL interface "KeySetFactory"
 interface KeySortedBagFactory
          Generated from IDL interface "KeySortedBagFactory"
 interface MapFactory
          Generated from IDL interface "MapFactory"
 interface RelationFactory
          Generated from IDL interface "RelationFactory"
 interface SequenceFactory
          Generated from IDL interface "SequenceFactory"
 interface SetFactory
          Generated from IDL interface "SetFactory"
 interface SortedMapFactory
          Generated from IDL interface "SortedMapFactory"
 interface SortedRelationFactory
          Generated from IDL interface "SortedRelationFactory"
 interface SortedSetFactory
          Generated from IDL interface "SortedSetFactory"
 

Classes in org.omg.CosCollection that implement CollectionFactory
 class _CollectionFactoriesStub
          Generated from IDL interface "CollectionFactories"
 class _CollectionFactoryStub
          Generated from IDL interface "CollectionFactory"
 class _EqualitySequenceFactoryStub
          Generated from IDL interface "EqualitySequenceFactory"
 class _HeapFactoryStub
          Generated from IDL interface "HeapFactory"
 class _KeyBagFactoryStub
          Generated from IDL interface "KeyBagFactory"
 class _KeySetFactoryStub
          Generated from IDL interface "KeySetFactory"
 class _KeySortedBagFactoryStub
          Generated from IDL interface "KeySortedBagFactory"
 class _MapFactoryStub
          Generated from IDL interface "MapFactory"
 class _RelationFactoryStub
          Generated from IDL interface "RelationFactory"
 class _SequenceFactoryStub
          Generated from IDL interface "SequenceFactory"
 class _SetFactoryStub
          Generated from IDL interface "SetFactory"
 class _SortedMapFactoryStub
          Generated from IDL interface "SortedMapFactory"
 class _SortedRelationFactoryStub
          Generated from IDL interface "SortedRelationFactory"
 class _SortedSetFactoryStub
          Generated from IDL interface "SortedSetFactory"
 

Fields in org.omg.CosCollection declared as CollectionFactory
 CollectionFactory CollectionFactoryHolder.value
           
 

Methods in org.omg.CosCollection that return CollectionFactory
 CollectionFactory CollectionFactoryPOATie._this()
           
 CollectionFactory CollectionFactoryPOATie._this(ORB orb)
           
static CollectionFactory CollectionFactoryHelper.extract(Any any)
           
static CollectionFactory CollectionFactoryHelper.read(InputStream in)
           
static CollectionFactory CollectionFactoryHelper.narrow(java.lang.Object obj)
           
static CollectionFactory CollectionFactoryHelper.narrow(Object obj)
           
static CollectionFactory CollectionFactoryHelper.unchecked_narrow(Object obj)
           
 CollectionFactory CollectionFactoryPOA._this()
           
 CollectionFactory CollectionFactoryPOA._this(ORB orb)
           
 

Methods in org.omg.CosCollection with parameters of type CollectionFactory
 boolean _CollectionFactoriesStub.add_factory(java.lang.String collection_interface, java.lang.String impl_category, java.lang.String impl_interface, CollectionFactory factory)
           
static void CollectionFactoryHelper.insert(Any any, CollectionFactory s)
           
static void CollectionFactoryHelper.write(OutputStream _out, CollectionFactory s)
           
 boolean CollectionFactoriesOperations.add_factory(java.lang.String collection_interface, java.lang.String impl_category, java.lang.String impl_interface, CollectionFactory factory)
           
 boolean CollectionFactoriesPOATie.add_factory(java.lang.String collection_interface, java.lang.String impl_category, java.lang.String impl_interface, CollectionFactory factory)
           
 

Constructors in org.omg.CosCollection with parameters of type CollectionFactory
CollectionFactoryHolder(CollectionFactory initial)