table of contents
other versions
- wheezy 1:15.b.1-dfsg-4+deb7u1
- wheezy-backports 1:17.3-dfsg-4~bpo70+1
- jessie 1:17.3-dfsg-4+deb8u1
- jessie-backports 1:19.2.1+dfsg-2~bpo8+1
- testing 1:19.2.1+dfsg-2
- unstable 1:19.2.1+dfsg-2
- experimental 1:19.3.1+dfsg-1
CosPropertyService_PropertySetFactory(3erl) | Erlang Module Definition | CosPropertyService_PropertySetFactory(3erl) |
NAME¶
CosPropertyService_PropertySetFactory - This module implements the OMG CosPropertyService::PropertySetFactory interface.DESCRIPTION¶
To get access to the record definitions for the structures use:EXPORTS¶
create_propertyset(Factory) -> PropertySet
Types:
Factory = PropertySet = #objref
This operation creates a new PropertySet with no predefined
properties.
Types:
Factory = #objref
PropertyTypes = [CORBA::TypeCode]
Properties = [#'CosPropertyService_Property'{property_name = Name,
property_value = Value}]
Name = string()
Value = #any
Reply = {'EXCEPTION', #CosPropertyService_ConstraintNotSupported{}} |
PropertySet
PropertySet = #objref
This operation creates a new PropertySet with specific constraints.
PropertyTypes states allowed TypeCode's and Properties valid
CosPropertyService::Property data.
Types:
Factory = #objref
Properties = [#'CosPropertyService_Property'{property_name = Name,
property_value = Value}]
Name = string()
Value = #any
Reply = {'EXCEPTION', #CosPropertyService_MultipleExceptions{exceptions = Excs}}
| PropertySet
Excs = [#'CosPropertyService_PropertyException{reason = Reason,
failing_property_name = Name}]
Reason = invalid_property_name | conflicting_property | property_not_found |
unsupported_type_code | unsupported_property | unsupported_mode |
fixed_property | read_only_property
PropertySet = #objref
This operation creates a new PropertySet with specific initial
properties.
cosProperty 1.1.17 | Ericsson AB |