Uses of Interface
org.omg.CosCollection.Queue

Packages that use Queue
org.omg.CosCollection   
 

Uses of Queue in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement Queue
 class _QueueStub
          Generated from IDL interface "Queue"
 

Fields in org.omg.CosCollection declared as Queue
 Queue QueueHolder.value
           
 

Methods in org.omg.CosCollection that return Queue
 Queue _QueueFactoryStub.create(Operations ops, int expected_size)
           
 Queue QueuePOATie._this()
           
 Queue QueuePOATie._this(ORB orb)
           
 Queue QueuePOA._this()
           
 Queue QueuePOA._this(ORB orb)
           
static Queue QueueHelper.extract(Any any)
           
static Queue QueueHelper.read(InputStream in)
           
static Queue QueueHelper.narrow(java.lang.Object obj)
           
static Queue QueueHelper.narrow(Object obj)
           
static Queue QueueHelper.unchecked_narrow(Object obj)
           
 Queue QueueFactoryPOATie.create(Operations ops, int expected_size)
           
 Queue QueueFactoryOperations.create(Operations ops, int expected_size)
           
 

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

Constructors in org.omg.CosCollection with parameters of type Queue
QueueHolder(Queue initial)