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, toString
clone, 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_override
public java.lang.String[] _ids()
_ids
in class ObjectImpl
public void delete_properties(java.lang.String[] property_names) throws MultipleExceptions
delete_properties
in interface PropertySetOperations
MultipleExceptions
public Any get_property_value(java.lang.String property_name) throws PropertyNotFound, InvalidPropertyName
get_property_value
in interface PropertySetOperations
PropertyNotFound
InvalidPropertyName
public void delete_property(java.lang.String property_name) throws FixedProperty, PropertyNotFound, InvalidPropertyName
delete_property
in interface PropertySetOperations
FixedProperty
PropertyNotFound
InvalidPropertyName
public void get_all_properties(int how_many, PropertiesHolder nproperties, PropertiesIteratorHolder rest)
get_all_properties
in interface PropertySetOperations
public boolean is_property_defined(java.lang.String property_name) throws InvalidPropertyName
is_property_defined
in interface PropertySetOperations
InvalidPropertyName
public void get_all_property_names(int how_many, PropertyNamesHolder property_names, PropertyNamesIteratorHolder rest)
get_all_property_names
in interface PropertySetOperations
public boolean get_properties(java.lang.String[] property_names, PropertiesHolder nproperties)
get_properties
in interface PropertySetOperations
public void define_properties(Property[] nproperties) throws MultipleExceptions
define_properties
in interface PropertySetOperations
MultipleExceptions
public void define_property(java.lang.String property_name, Any property_value) throws ConflictingProperty, UnsupportedProperty, UnsupportedTypeCode, ReadOnlyProperty, InvalidPropertyName
define_property
in interface PropertySetOperations
ConflictingProperty
UnsupportedProperty
UnsupportedTypeCode
ReadOnlyProperty
InvalidPropertyName
public int get_number_of_properties()
get_number_of_properties
in interface PropertySetOperations
public boolean delete_all_properties()
delete_all_properties
in interface PropertySetOperations