Uses of Interface
org.omg.CosCollection.SetFactory

Packages that use SetFactory
org.omg.CosCollection   
 

Uses of SetFactory in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement SetFactory
 class _SetFactoryStub
          Generated from IDL interface "SetFactory"
 

Fields in org.omg.CosCollection declared as SetFactory
 SetFactory SetFactoryHolder.value
           
 

Methods in org.omg.CosCollection that return SetFactory
 SetFactory SetFactoryPOATie._this()
           
 SetFactory SetFactoryPOATie._this(ORB orb)
           
 SetFactory SetFactoryPOA._this()
           
 SetFactory SetFactoryPOA._this(ORB orb)
           
static SetFactory SetFactoryHelper.extract(Any any)
           
static SetFactory SetFactoryHelper.read(InputStream in)
           
static SetFactory SetFactoryHelper.narrow(java.lang.Object obj)
           
static SetFactory SetFactoryHelper.narrow(Object obj)
           
static SetFactory SetFactoryHelper.unchecked_narrow(Object obj)
           
 

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

Constructors in org.omg.CosCollection with parameters of type SetFactory
SetFactoryHolder(SetFactory initial)