Uses of Interface
org.omg.CosCollection.QueueFactory

Packages that use QueueFactory
org.omg.CosCollection   
 

Uses of QueueFactory in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement QueueFactory
 class _QueueFactoryStub
          Generated from IDL interface "QueueFactory"
 

Fields in org.omg.CosCollection declared as QueueFactory
 QueueFactory QueueFactoryHolder.value
           
 

Methods in org.omg.CosCollection that return QueueFactory
 QueueFactory QueueFactoryPOA._this()
           
 QueueFactory QueueFactoryPOA._this(ORB orb)
           
 QueueFactory QueueFactoryPOATie._this()
           
 QueueFactory QueueFactoryPOATie._this(ORB orb)
           
static QueueFactory QueueFactoryHelper.extract(Any any)
           
static QueueFactory QueueFactoryHelper.read(InputStream in)
           
static QueueFactory QueueFactoryHelper.narrow(java.lang.Object obj)
           
static QueueFactory QueueFactoryHelper.narrow(Object obj)
           
static QueueFactory QueueFactoryHelper.unchecked_narrow(Object obj)
           
 

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

Constructors in org.omg.CosCollection with parameters of type QueueFactory
QueueFactoryHolder(QueueFactory initial)