org.omg.CosPropertyService
Interface PropertySetOperations
- All Known Subinterfaces:
- PropertySet, PropertySetDef, PropertySetDefOperations
- All Known Implementing Classes:
- _PropertySetDefStub, _PropertySetStub, PropertySetDefPOA, PropertySetDefPOATie, PropertySetPOA, PropertySetPOATie
public interface PropertySetOperations
Generated from IDL interface "PropertySet".
- Version:
- generated at Mar 12, 2011 4:11:30 PM
- Author:
- JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
define_property
void define_property(java.lang.String property_name,
Any property_value)
throws ConflictingProperty,
UnsupportedProperty,
UnsupportedTypeCode,
ReadOnlyProperty,
InvalidPropertyName
- Throws:
ConflictingProperty
UnsupportedProperty
UnsupportedTypeCode
ReadOnlyProperty
InvalidPropertyName
define_properties
void define_properties(Property[] nproperties)
throws MultipleExceptions
- Throws:
MultipleExceptions
get_number_of_properties
int get_number_of_properties()
get_all_property_names
void get_all_property_names(int how_many,
PropertyNamesHolder property_names,
PropertyNamesIteratorHolder rest)
get_property_value
Any get_property_value(java.lang.String property_name)
throws PropertyNotFound,
InvalidPropertyName
- Throws:
PropertyNotFound
InvalidPropertyName
get_properties
boolean get_properties(java.lang.String[] property_names,
PropertiesHolder nproperties)
get_all_properties
void get_all_properties(int how_many,
PropertiesHolder nproperties,
PropertiesIteratorHolder rest)
delete_property
void delete_property(java.lang.String property_name)
throws FixedProperty,
PropertyNotFound,
InvalidPropertyName
- Throws:
FixedProperty
PropertyNotFound
InvalidPropertyName
delete_properties
void delete_properties(java.lang.String[] property_names)
throws MultipleExceptions
- Throws:
MultipleExceptions
delete_all_properties
boolean delete_all_properties()
is_property_defined
boolean is_property_defined(java.lang.String property_name)
throws InvalidPropertyName
- Throws:
InvalidPropertyName