CosPropertyService_PropertySetFactory
This module implements the OMG CosPropertyService::PropertySetFactory interface.
- Provided by: erlang-manpages (Version: 1:18.3-dfsg-1ubuntu3.1)
- Source: erlang
- Report a bug
This module implements the OMG CosPropertyService::PropertySetFactory interface.
To get access to the record definitions for the structures use:
-include_lib("cosProperty/include/CosPropertyService.hrl").
create_propertyset(Factory) -> PropertySet
Types:
This operation creates a new PropertySet with no predefined properties.
create_constrained_propertyset(Factory, PropertyTypes,
Properties) -> Reply
Types:
This operation creates a new PropertySet with specific constraints. PropertyTypes states allowed TypeCode's and Properties valid CosPropertyService::Property data.
create_initial_propertyset(Factory, Properties) -> Reply
Types:
This operation creates a new PropertySet with specific initial properties.