public class _PropertySetStub extends ObjectImpl implements PropertySet
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class |
_opsClass |
| Constructor and Description |
|---|
_PropertySetStub() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
_ids() |
void |
define_properties(Property[] nproperties) |
void |
define_property(java.lang.String property_name,
Any property_value) |
boolean |
delete_all_properties() |
void |
delete_properties(java.lang.String[] property_names) |
void |
delete_property(java.lang.String property_name) |
void |
get_all_properties(int how_many,
PropertiesHolder nproperties,
PropertiesIteratorHolder rest) |
void |
get_all_property_names(int how_many,
PropertyNamesHolder property_names,
PropertyNamesIteratorHolder rest) |
int |
get_number_of_properties() |
boolean |
get_properties(java.lang.String[] property_names,
PropertiesHolder nproperties) |
Any |
get_property_value(java.lang.String property_name) |
boolean |
is_property_defined(java.lang.String property_name) |
_create_request, _create_request, _duplicate, _get_component, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait_create_request, _create_request, _duplicate, _get_component, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic java.lang.String[] _ids()
_ids in class ObjectImplpublic void delete_properties(java.lang.String[] property_names)
throws MultipleExceptions
delete_properties in interface PropertySetOperationsMultipleExceptionspublic Any get_property_value(java.lang.String property_name) throws PropertyNotFound, InvalidPropertyName
get_property_value in interface PropertySetOperationsPropertyNotFoundInvalidPropertyNamepublic void delete_property(java.lang.String property_name)
throws FixedProperty,
PropertyNotFound,
InvalidPropertyName
delete_property in interface PropertySetOperationsFixedPropertyPropertyNotFoundInvalidPropertyNamepublic void get_all_properties(int how_many,
PropertiesHolder nproperties,
PropertiesIteratorHolder rest)
get_all_properties in interface PropertySetOperationspublic boolean is_property_defined(java.lang.String property_name)
throws InvalidPropertyName
is_property_defined in interface PropertySetOperationsInvalidPropertyNamepublic void get_all_property_names(int how_many,
PropertyNamesHolder property_names,
PropertyNamesIteratorHolder rest)
get_all_property_names in interface PropertySetOperationspublic boolean get_properties(java.lang.String[] property_names,
PropertiesHolder nproperties)
get_properties in interface PropertySetOperationspublic void define_properties(Property[] nproperties) throws MultipleExceptions
define_properties in interface PropertySetOperationsMultipleExceptionspublic void define_property(java.lang.String property_name,
Any property_value)
throws ConflictingProperty,
UnsupportedProperty,
UnsupportedTypeCode,
ReadOnlyProperty,
InvalidPropertyName
define_property in interface PropertySetOperationsConflictingPropertyUnsupportedPropertyUnsupportedTypeCodeReadOnlyPropertyInvalidPropertyNamepublic int get_number_of_properties()
get_number_of_properties in interface PropertySetOperationspublic boolean delete_all_properties()
delete_all_properties in interface PropertySetOperations