Uses of Interface
org.omg.CosCollection.RelationFactory

Packages that use RelationFactory
org.omg.CosCollection   
 

Uses of RelationFactory in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement RelationFactory
 class _RelationFactoryStub
          Generated from IDL interface "RelationFactory"
 

Fields in org.omg.CosCollection declared as RelationFactory
 RelationFactory RelationFactoryHolder.value
           
 

Methods in org.omg.CosCollection that return RelationFactory
 RelationFactory RelationFactoryPOATie._this()
           
 RelationFactory RelationFactoryPOATie._this(ORB orb)
           
 RelationFactory RelationFactoryPOA._this()
           
 RelationFactory RelationFactoryPOA._this(ORB orb)
           
static RelationFactory RelationFactoryHelper.extract(Any any)
           
static RelationFactory RelationFactoryHelper.read(InputStream in)
           
static RelationFactory RelationFactoryHelper.narrow(java.lang.Object obj)
           
static RelationFactory RelationFactoryHelper.narrow(Object obj)
           
static RelationFactory RelationFactoryHelper.unchecked_narrow(Object obj)
           
 

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

Constructors in org.omg.CosCollection with parameters of type RelationFactory
RelationFactoryHolder(RelationFactory initial)