org.omg.CosPropertyService
Class _PropertySetFactoryStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.CosPropertyService._PropertySetFactoryStub
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, PropertySetFactory, PropertySetFactoryOperations

public class _PropertySetFactoryStub
extends org.omg.CORBA.portable.ObjectImpl
implements PropertySetFactory

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.

See Also:
Serialized Form

Constructor Summary
_PropertySetFactoryStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 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.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

_PropertySetFactoryStub

public _PropertySetFactoryStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl

create_propertyset

public PropertySet create_propertyset()
Operation create_propertyset

Specified by:
create_propertyset in interface PropertySetFactoryOperations
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

Specified by:
create_constrained_propertyset in interface PropertySetFactoryOperations
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

Specified by:
create_initial_propertyset in interface PropertySetFactoryOperations
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.