Uses of Interface
org.omg.CosCollection.RACollectionFactory

Packages that use RACollectionFactory
org.omg.CosCollection   
 

Uses of RACollectionFactory in org.omg.CosCollection
 

Subinterfaces of RACollectionFactory in org.omg.CosCollection
 interface DequeFactory
          Generated from IDL interface "DequeFactory"
 interface PriorityQueueFactory
          Generated from IDL interface "PriorityQueueFactory"
 interface QueueFactory
          Generated from IDL interface "QueueFactory"
 interface RACollectionFactories
          Generated from IDL interface "RACollectionFactories"
 interface StackFactory
          Generated from IDL interface "StackFactory"
 

Classes in org.omg.CosCollection that implement RACollectionFactory
 class _DequeFactoryStub
          Generated from IDL interface "DequeFactory"
 class _PriorityQueueFactoryStub
          Generated from IDL interface "PriorityQueueFactory"
 class _QueueFactoryStub
          Generated from IDL interface "QueueFactory"
 class _RACollectionFactoriesStub
          Generated from IDL interface "RACollectionFactories"
 class _RACollectionFactoryStub
          Generated from IDL interface "RACollectionFactory"
 class _StackFactoryStub
          Generated from IDL interface "StackFactory"
 

Fields in org.omg.CosCollection declared as RACollectionFactory
 RACollectionFactory RACollectionFactoryHolder.value
           
 

Methods in org.omg.CosCollection that return RACollectionFactory
 RACollectionFactory RACollectionFactoryPOATie._this()
           
 RACollectionFactory RACollectionFactoryPOATie._this(ORB orb)
           
 RACollectionFactory RACollectionFactoryPOA._this()
           
 RACollectionFactory RACollectionFactoryPOA._this(ORB orb)
           
static RACollectionFactory RACollectionFactoryHelper.extract(Any any)
           
static RACollectionFactory RACollectionFactoryHelper.read(InputStream in)
           
static RACollectionFactory RACollectionFactoryHelper.narrow(java.lang.Object obj)
           
static RACollectionFactory RACollectionFactoryHelper.narrow(Object obj)
           
static RACollectionFactory RACollectionFactoryHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosCollection with parameters of type RACollectionFactory
 boolean _RACollectionFactoriesStub.add_factory(java.lang.String collection_interface, java.lang.String impl_category, java.lang.String impl_interface, RACollectionFactory factory)
           
static void RACollectionFactoryHelper.insert(Any any, RACollectionFactory s)
           
static void RACollectionFactoryHelper.write(OutputStream _out, RACollectionFactory s)
           
 boolean RACollectionFactoriesPOATie.add_factory(java.lang.String collection_interface, java.lang.String impl_category, java.lang.String impl_interface, RACollectionFactory factory)
           
 boolean RACollectionFactoriesOperations.add_factory(java.lang.String collection_interface, java.lang.String impl_category, java.lang.String impl_interface, RACollectionFactory factory)
           
 

Constructors in org.omg.CosCollection with parameters of type RACollectionFactory
RACollectionFactoryHolder(RACollectionFactory initial)