Uses of Interface
org.omg.CosCollection.KeyBagFactory

Packages that use KeyBagFactory
org.omg.CosCollection   
 

Uses of KeyBagFactory in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement KeyBagFactory
 class _KeyBagFactoryStub
          Generated from IDL interface "KeyBagFactory"
 

Fields in org.omg.CosCollection declared as KeyBagFactory
 KeyBagFactory KeyBagFactoryHolder.value
           
 

Methods in org.omg.CosCollection that return KeyBagFactory
 KeyBagFactory KeyBagFactoryPOATie._this()
           
 KeyBagFactory KeyBagFactoryPOATie._this(ORB orb)
           
 KeyBagFactory KeyBagFactoryPOA._this()
           
 KeyBagFactory KeyBagFactoryPOA._this(ORB orb)
           
static KeyBagFactory KeyBagFactoryHelper.extract(Any any)
           
static KeyBagFactory KeyBagFactoryHelper.read(InputStream in)
           
static KeyBagFactory KeyBagFactoryHelper.narrow(java.lang.Object obj)
           
static KeyBagFactory KeyBagFactoryHelper.narrow(Object obj)
           
static KeyBagFactory KeyBagFactoryHelper.unchecked_narrow(Object obj)
           
 

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

Constructors in org.omg.CosCollection with parameters of type KeyBagFactory
KeyBagFactoryHolder(KeyBagFactory initial)