Uses of Interface
org.omg.CosCollection.BagOperations

Packages that use BagOperations
org.omg.CosCollection   
 

Uses of BagOperations in org.omg.CosCollection
 

Subinterfaces of BagOperations in org.omg.CosCollection
 interface Bag
          Generated from IDL interface "Bag"
 

Classes in org.omg.CosCollection that implement BagOperations
 class _BagStub
          Generated from IDL interface "Bag"
 class BagPOA
          Generated from IDL interface "Bag"
 class BagPOATie
          Generated from IDL interface "Bag"
 

Methods in org.omg.CosCollection that return BagOperations
 BagOperations BagPOATie._delegate()
           
 

Methods in org.omg.CosCollection with parameters of type BagOperations
 void BagPOATie._delegate(BagOperations delegate)
           
 

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