org.openorb.property
Class PropertySetFactoryImpl

java.lang.Object
  |
  +--org.omg.PortableServer.Servant
        |
        +--org.omg.CosPropertyService.PropertySetFactoryPOA
              |
              +--org.openorb.property.PropertySetFactoryImpl
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, PropertySetFactoryOperations

public class PropertySetFactoryImpl
extends PropertySetFactoryPOA

This class implements the PropertySetFactory.

Author:
Jerome Daniel

Constructor Summary
PropertySetFactoryImpl(org.omg.CORBA.ORB orb)
          Constructor
 
Method Summary
 PropertySet create_constrained_propertyset(org.omg.CORBA.TypeCode[] allowed_property_types, Property[] allowed_properties)
          The create_constrained_propertyset operation allows a client to create a new PropertySet with specific constraints.
 PropertySet create_initial_propertyset(Property[] initial_properties)
          The create_initial_propertyset operation allows a client to create a new PropertySet with specific initial properties.
 PropertySet create_propertyset()
          The create_propertyset operation returns a new PropertySet.
 
Methods inherited from class org.omg.CosPropertyService.PropertySetFactoryPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySetFactoryImpl

public PropertySetFactoryImpl(org.omg.CORBA.ORB orb)
Constructor
Method Detail

create_propertyset

public PropertySet create_propertyset()
The create_propertyset operation returns a new PropertySet. It is considered an implementation issue as to whether the PropertySet contains any initial properties or has constraints.

create_constrained_propertyset

public PropertySet create_constrained_propertyset(org.omg.CORBA.TypeCode[] allowed_property_types,
                                                  Property[] allowed_properties)
                                           throws ConstraintNotSupported
The create_constrained_propertyset operation allows a client to create a new PropertySet with specific constraints. The modes associated with the allowed properties is considered an implementation issue.

create_initial_propertyset

public PropertySet create_initial_propertyset(Property[] initial_properties)
                                       throws MultipleExceptions
The create_initial_propertyset operation allows a client to create a new PropertySet with specific initial properties. The modes associated with the initial properties is considered an implementation issue.