org.omg.CosPropertyService
Class PropertySetFactoryPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.CosPropertyService.PropertySetFactoryPOA
          extended by org.omg.CosPropertyService.PropertySetFactoryPOATie
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, PropertySetFactoryOperations

public class PropertySetFactoryPOATie
extends PropertySetFactoryPOA

PropertySetFactory provides an interface for creating PropertySets. The relationship of a PropertySet to a specific object is an implementation issue.

Deletion of any initial properties is an implementation concern. For example, an implementation may choose to initialize the PropertySet with a set of fixed_readonly properties for create_propertyset or choose to initialize all allowed_properties to be fixed_normal for create_constrained_propertyset.


Constructor Summary
PropertySetFactoryPOATie(PropertySetFactoryOperations tieObject)
          Constructor
PropertySetFactoryPOATie(PropertySetFactoryOperations tieObject, org.omg.PortableServer.POA poa)
          Constructor
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
          _default_POA method
 PropertySetFactoryOperations _delegate()
          Get the delegate
 void _delegate(PropertySetFactoryOperations delegate_)
          Set the delegate
 PropertySet create_constrained_propertyset(org.omg.CORBA.TypeCode[] allowed_property_types, Property[] allowed_properties)
          Operation create_constrained_propertyset
 PropertySet create_initial_propertyset(Property[] initial_properties)
          Operation create_initial_propertyset
 PropertySet create_propertyset()
          Operation create_propertyset
 
Methods inherited from class org.omg.CosPropertyService.PropertySetFactoryPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _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

PropertySetFactoryPOATie

public PropertySetFactoryPOATie(PropertySetFactoryOperations tieObject)
Constructor


PropertySetFactoryPOATie

public PropertySetFactoryPOATie(PropertySetFactoryOperations tieObject,
                                org.omg.PortableServer.POA poa)
Constructor

Method Detail

_delegate

public PropertySetFactoryOperations _delegate()
Get the delegate


_delegate

public void _delegate(PropertySetFactoryOperations delegate_)
Set the delegate


_default_POA

public org.omg.PortableServer.POA _default_POA()
_default_POA method

Overrides:
_default_POA in class org.omg.PortableServer.Servant

create_propertyset

public PropertySet create_propertyset()
Operation create_propertyset

Returns:
the PropertySet.

create_constrained_propertyset

public PropertySet create_constrained_propertyset(org.omg.CORBA.TypeCode[] allowed_property_types,
                                                  Property[] allowed_properties)
                                           throws ConstraintNotSupported
Operation create_constrained_propertyset

Parameters:
allowed_property_types - the sequence of allowed property types.
allowed_properties - the sequence of allowed properties.
Returns:
the PropertySet.
Throws:
ConstraintNotSupported - Indicates that either the allowed_property_types, or allowed_properties, parameter could not be supported by the PropertySet.

create_initial_propertyset

public PropertySet create_initial_propertyset(Property[] initial_properties)
                                       throws MultipleExceptions
Operation create_initial_propertyset

Parameters:
initial_properties - the sequence of initial properties.
Returns:
the PropertySet.
Throws:
MultipleExceptions - if exceptions occurred while initializing the PropertySet with the specified property definitions.