|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.CORBA.portable.ObjectImpl
org.omg.CosPropertyService._PropertySetFactoryStub
public class _PropertySetFactoryStub
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 | |
|---|---|
_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 |
|---|
public _PropertySetFactoryStub()
| Method Detail |
|---|
public java.lang.String[] _ids()
_ids in class org.omg.CORBA.portable.ObjectImplpublic PropertySet create_propertyset()
create_propertyset in interface PropertySetFactoryOperationsPropertySet.
public PropertySet create_constrained_propertyset(org.omg.CORBA.TypeCode[] allowed_property_types,
Property[] allowed_properties)
throws ConstraintNotSupported
create_constrained_propertyset in interface PropertySetFactoryOperationsallowed_property_types - the sequence of allowed property types.allowed_properties - the sequence of allowed properties.
PropertySet.
ConstraintNotSupported - Indicates that either the
allowed_property_types, or
allowed_properties, parameter could not be
supported by the PropertySet.
public PropertySet create_initial_propertyset(Property[] initial_properties)
throws MultipleExceptions
create_initial_propertyset in interface PropertySetFactoryOperationsinitial_properties - the sequence of initial properties.
PropertySet.
MultipleExceptions - if exceptions occurred while initializing
the PropertySet with the specified property
definitions.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||