public class PropertySetDefPOATie extends PropertySetDefPOA
| Constructor and Description |
|---|
PropertySetDefPOATie(PropertySetDefOperations delegate) |
PropertySetDefPOATie(PropertySetDefOperations delegate,
POA poa) |
_all_interfaces, _invoke_get_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic PropertySetDefPOATie(PropertySetDefOperations delegate)
public PropertySetDefPOATie(PropertySetDefOperations delegate, POA poa)
public PropertySetDef _this()
_this in class PropertySetDefPOApublic PropertySetDef _this(ORB orb)
_this in class PropertySetDefPOApublic PropertySetDefOperations _delegate()
public void _delegate(PropertySetDefOperations delegate)
public POA _default_POA()
_default_POA in class Servantpublic void define_property_with_mode(String property_name, Any property_value, PropertyModeType property_mode) throws UnsupportedMode, ConflictingProperty, UnsupportedProperty, UnsupportedTypeCode, ReadOnlyProperty, InvalidPropertyName
public Any get_property_value(String property_name) throws PropertyNotFound, InvalidPropertyName
PropertyNotFoundInvalidPropertyNamepublic void set_property_modes(PropertyMode[] property_modes) throws MultipleExceptions
MultipleExceptionspublic void delete_property(String property_name) throws FixedProperty, PropertyNotFound, InvalidPropertyName
public boolean get_properties(String[] property_names, PropertiesHolder nproperties)
public boolean get_property_modes(String[] property_names, PropertyModesHolder property_modes)
public PropertyModeType get_property_mode(String property_name) throws PropertyNotFound, InvalidPropertyName
PropertyNotFoundInvalidPropertyNamepublic void set_property_mode(String property_name, PropertyModeType property_mode) throws UnsupportedMode, PropertyNotFound, InvalidPropertyName
public void delete_properties(String[] property_names) throws MultipleExceptions
MultipleExceptionspublic void get_all_property_names(int how_many,
PropertyNamesHolder property_names,
PropertyNamesIteratorHolder rest)
public void get_allowed_property_types(PropertyTypesHolder property_types)
public boolean delete_all_properties()
public void define_property(String property_name, Any property_value) throws ConflictingProperty, UnsupportedProperty, UnsupportedTypeCode, ReadOnlyProperty, InvalidPropertyName
public void define_properties_with_modes(PropertyDef[] property_defs) throws MultipleExceptions
MultipleExceptionspublic int get_number_of_properties()
public void get_all_properties(int how_many,
PropertiesHolder nproperties,
PropertiesIteratorHolder rest)
public boolean is_property_defined(String property_name) throws InvalidPropertyName
InvalidPropertyNamepublic void define_properties(Property[] nproperties) throws MultipleExceptions
MultipleExceptionspublic void get_allowed_properties(PropertyDefsHolder property_defs)
Copyright © 2017 JacORB. All rights reserved.