Inherits org::omg::CosPropertyService::PropertySetPOA.
List of all members.
Public Member Functions |
| | PropertySetImpl () |
| | PropertySetImpl (Property[] propSet) throws MultipleExceptions |
| void | define_properties (Property[] propSet) throws MultipleExceptions |
| void | define_property (String name, Any value) throws ConflictingProperty, UnsupportedProperty, UnsupportedTypeCode, ReadOnlyProperty, InvalidPropertyName |
| boolean | delete_all_properties () |
| void | delete_properties (String[] arg0) throws MultipleExceptions |
| void | delete_property (String arg0) throws FixedProperty, PropertyNotFound, InvalidPropertyName |
| void | get_all_properties (int arg0, PropertiesHolder arg1, PropertiesIteratorHolder arg2) |
| void | get_all_property_names (int arg0, PropertyNamesHolder arg1, PropertyNamesIteratorHolder arg2) |
| int | get_number_of_properties () |
| boolean | get_properties (String[] arg0, PropertiesHolder arg1) |
| Any | get_property_value (String name) throws PropertyNotFound, InvalidPropertyName |
| boolean | is_property_defined (String arg0) throws InvalidPropertyName |
Detailed Description
Implementation of org.omg.CosPropertyService.PropertySet.
- Author:
- Camilo Menay
-
Cristian Maureira
- Version:
- $id$
Constructor & Destructor Documentation
| alma.ACS.jbaci.PropertySetImpl.PropertySetImpl |
( |
|
) |
|
| alma.ACS.jbaci.PropertySetImpl.PropertySetImpl |
( |
Property[] |
propSet |
) |
throws MultipleExceptions |
Member Function Documentation
| void alma.ACS.jbaci.PropertySetImpl.define_properties |
( |
Property[] |
propSet |
) |
throws MultipleExceptions |
| void alma.ACS.jbaci.PropertySetImpl.define_property |
( |
String |
name, |
|
|
Any |
value | |
|
) |
| | throws ConflictingProperty, UnsupportedProperty, UnsupportedTypeCode, ReadOnlyProperty, InvalidPropertyName |
| boolean alma.ACS.jbaci.PropertySetImpl.delete_all_properties |
( |
|
) |
|
| void alma.ACS.jbaci.PropertySetImpl.delete_properties |
( |
String[] |
arg0 |
) |
throws MultipleExceptions |
| void alma.ACS.jbaci.PropertySetImpl.delete_property |
( |
String |
arg0 |
) |
throws FixedProperty, PropertyNotFound, InvalidPropertyName |
| void alma.ACS.jbaci.PropertySetImpl.get_all_properties |
( |
int |
arg0, |
|
|
PropertiesHolder |
arg1, |
|
|
PropertiesIteratorHolder |
arg2 | |
|
) |
| | |
| void alma.ACS.jbaci.PropertySetImpl.get_all_property_names |
( |
int |
arg0, |
|
|
PropertyNamesHolder |
arg1, |
|
|
PropertyNamesIteratorHolder |
arg2 | |
|
) |
| | |
| int alma.ACS.jbaci.PropertySetImpl.get_number_of_properties |
( |
|
) |
|
| boolean alma.ACS.jbaci.PropertySetImpl.get_properties |
( |
String[] |
arg0, |
|
|
PropertiesHolder |
arg1 | |
|
) |
| | |
| Any alma.ACS.jbaci.PropertySetImpl.get_property_value |
( |
String |
name |
) |
throws PropertyNotFound, InvalidPropertyName |
| boolean alma.ACS.jbaci.PropertySetImpl.is_property_defined |
( |
String |
arg0 |
) |
throws InvalidPropertyName |
The documentation for this class was generated from the following file: