public class PropertyManagerPOATie extends PropertyManagerPOA
| Constructor and Description |
|---|
PropertyManagerPOATie(PropertyManagerOperations delegate) |
PropertyManagerPOATie(PropertyManagerOperations delegate,
POA poa) |
| Modifier and Type | Method and Description |
|---|---|
POA |
_default_POA() |
PropertyManagerOperations |
_delegate() |
void |
_delegate(PropertyManagerOperations delegate) |
PropertyManager |
_this() |
PropertyManager |
_this(ORB orb) |
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) |
_all_interfaces, _invoke_get_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _repository_id, _set_delegate, _this_object, _this_objectpublic PropertyManagerPOATie(PropertyManagerOperations delegate)
public PropertyManagerPOATie(PropertyManagerOperations delegate, POA poa)
public PropertyManager _this()
_this in class PropertyManagerPOApublic PropertyManager _this(ORB orb)
_this in class PropertyManagerPOApublic PropertyManagerOperations _delegate()
public void _delegate(PropertyManagerOperations delegate)
public POA _default_POA()
_default_POA in class Servantpublic void remove_default_properties(Property[] props) throws InvalidProperty, UnsupportedProperty
InvalidPropertyUnsupportedPropertypublic void set_properties_dynamically(Object object_group, Property[] overrides) throws InvalidProperty, ObjectGroupNotFound, UnsupportedProperty
public Property[] get_default_properties()
public void set_type_properties(String type_id, Property[] overrides) throws InvalidProperty, UnsupportedProperty
InvalidPropertyUnsupportedPropertypublic Property[] get_properties(Object object_group) throws ObjectGroupNotFound
ObjectGroupNotFoundpublic void set_default_properties(Property[] props) throws InvalidProperty, UnsupportedProperty
InvalidPropertyUnsupportedPropertypublic void remove_type_properties(String type_id, Property[] props) throws InvalidProperty, UnsupportedProperty
InvalidPropertyUnsupportedPropertyCopyright © 2017 JacORB. All rights reserved.