Uses of Interface
org.omg.CosPropertyService.PropertySetDefFactory

Packages that use PropertySetDefFactory
org.omg.CosPropertyService   
 

Uses of PropertySetDefFactory in org.omg.CosPropertyService
 

Classes in org.omg.CosPropertyService that implement PropertySetDefFactory
 class _PropertySetDefFactoryStub
          Generated from IDL interface "PropertySetDefFactory".
 

Fields in org.omg.CosPropertyService declared as PropertySetDefFactory
 PropertySetDefFactory PropertySetDefFactoryHolder.value
           
 

Methods in org.omg.CosPropertyService that return PropertySetDefFactory
 PropertySetDefFactory PropertySetDefFactoryPOATie._this()
           
 PropertySetDefFactory PropertySetDefFactoryPOA._this()
           
 PropertySetDefFactory PropertySetDefFactoryPOATie._this(ORB orb)
           
 PropertySetDefFactory PropertySetDefFactoryPOA._this(ORB orb)
           
static PropertySetDefFactory PropertySetDefFactoryHelper.extract(Any any)
           
static PropertySetDefFactory PropertySetDefFactoryHelper.narrow(Object obj)
           
static PropertySetDefFactory PropertySetDefFactoryHelper.read(InputStream in)
           
static PropertySetDefFactory PropertySetDefFactoryHelper.unchecked_narrow(Object obj)
           
 

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

Constructors in org.omg.CosPropertyService with parameters of type PropertySetDefFactory
PropertySetDefFactoryHolder(PropertySetDefFactory initial)