Uses of Interface
org.omg.CosCollection.QueueOperations

Packages that use QueueOperations
org.omg.CosCollection   
 

Uses of QueueOperations in org.omg.CosCollection
 

Subinterfaces of QueueOperations in org.omg.CosCollection
 interface Queue
          Generated from IDL interface "Queue"
 

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

Methods in org.omg.CosCollection that return QueueOperations
 QueueOperations QueuePOATie._delegate()
           
 

Methods in org.omg.CosCollection with parameters of type QueueOperations
 void QueuePOATie._delegate(QueueOperations delegate)
           
 

Constructors in org.omg.CosCollection with parameters of type QueueOperations
QueuePOATie(QueueOperations delegate)
           
QueuePOATie(QueueOperations delegate, POA poa)