Uses of Interface
org.omg.CosPropertyService.PropertySetFactory

Packages that use PropertySetFactory
org.omg.CosPropertyService   
 

Uses of PropertySetFactory in org.omg.CosPropertyService
 

Classes in org.omg.CosPropertyService that implement PropertySetFactory
 class _PropertySetFactoryStub
          Generated from IDL interface "PropertySetFactory".
 

Fields in org.omg.CosPropertyService declared as PropertySetFactory
 PropertySetFactory PropertySetFactoryHolder.value
           
 

Methods in org.omg.CosPropertyService that return PropertySetFactory
 PropertySetFactory PropertySetFactoryPOA._this()
           
 PropertySetFactory PropertySetFactoryPOATie._this()
           
 PropertySetFactory PropertySetFactoryPOA._this(ORB orb)
           
 PropertySetFactory PropertySetFactoryPOATie._this(ORB orb)
           
static PropertySetFactory PropertySetFactoryHelper.extract(Any any)
           
static PropertySetFactory PropertySetFactoryHelper.narrow(Object obj)
           
static PropertySetFactory PropertySetFactoryHelper.read(InputStream in)
           
static PropertySetFactory PropertySetFactoryHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosPropertyService with parameters of type PropertySetFactory
static void PropertySetFactoryHelper.insert(Any any, PropertySetFactory s)
           
static void PropertySetFactoryHelper.write(OutputStream _out, PropertySetFactory s)
           
 

Constructors in org.omg.CosPropertyService with parameters of type PropertySetFactory
PropertySetFactoryHolder(PropertySetFactory initial)