public class _PropertyManagerStub extends ObjectImpl implements PropertyManager
| Constructor and Description |
|---|
_PropertyManagerStub() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
_ids() |
Property[] |
get_default_properties() |
Property[] |
get_properties(Object object_group) |
Property[] |
get_type_properties(String type_id) |
void |
remove_default_properties(Property[] props) |
void |
remove_type_properties(String type_id,
Property[] props) |
void |
set_default_properties(Property[] props) |
void |
set_properties_dynamically(Object object_group,
Property[] overrides) |
void |
set_type_properties(String type_id,
Property[] overrides) |
_create_request, _create_request, _duplicate, _get_client_policy, _get_component, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _get_orb, _get_policy_overrides, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _repository_id, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, _set_policy_overrides, _validate_connection, equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait_create_request, _create_request, _duplicate, _get_client_policy, _get_component, _get_domain_managers, _get_interface_def, _get_interface, _get_orb, _get_policy_overrides, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _repository_id, _request, _set_policy_override, _set_policy_overrides, _validate_connectionpublic static final Class _opsClass
public String[] _ids()
_ids in class ObjectImplpublic void remove_default_properties(Property[] props) throws InvalidProperty, UnsupportedProperty
remove_default_properties in interface PropertyManagerOperationsInvalidPropertyUnsupportedPropertypublic void set_properties_dynamically(Object object_group, Property[] overrides) throws InvalidProperty, ObjectGroupNotFound, UnsupportedProperty
set_properties_dynamically in interface PropertyManagerOperationsInvalidPropertyObjectGroupNotFoundUnsupportedPropertypublic Property[] get_default_properties()
get_default_properties in interface PropertyManagerOperationspublic Property[] get_type_properties(String type_id)
get_type_properties in interface PropertyManagerOperationspublic void set_type_properties(String type_id, Property[] overrides) throws InvalidProperty, UnsupportedProperty
set_type_properties in interface PropertyManagerOperationsInvalidPropertyUnsupportedPropertypublic Property[] get_properties(Object object_group) throws ObjectGroupNotFound
get_properties in interface PropertyManagerOperationsObjectGroupNotFoundpublic void set_default_properties(Property[] props) throws InvalidProperty, UnsupportedProperty
set_default_properties in interface PropertyManagerOperationsInvalidPropertyUnsupportedPropertypublic void remove_type_properties(String type_id, Property[] props) throws InvalidProperty, UnsupportedProperty
remove_type_properties in interface PropertyManagerOperationsInvalidPropertyUnsupportedPropertyCopyright © 2017 JacORB. All rights reserved.