Uses of Interface
org.omg.CosCollection.KeyBagOperations

Packages that use KeyBagOperations
org.omg.CosCollection   
 

Uses of KeyBagOperations in org.omg.CosCollection
 

Subinterfaces of KeyBagOperations in org.omg.CosCollection
 interface KeyBag
          Generated from IDL interface "KeyBag"
 

Classes in org.omg.CosCollection that implement KeyBagOperations
 class _KeyBagStub
          Generated from IDL interface "KeyBag"
 class KeyBagPOA
          Generated from IDL interface "KeyBag"
 class KeyBagPOATie
          Generated from IDL interface "KeyBag"
 

Methods in org.omg.CosCollection that return KeyBagOperations
 KeyBagOperations KeyBagPOATie._delegate()
           
 

Methods in org.omg.CosCollection with parameters of type KeyBagOperations
 void KeyBagPOATie._delegate(KeyBagOperations delegate)
           
 

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