public class PropertySetDefPOATie extends PropertySetDefPOA
Constructor and Description |
---|
PropertySetDefPOATie(PropertySetDefOperations delegate) |
PropertySetDefPOATie(PropertySetDefOperations delegate,
POA poa) |
Modifier and Type | Method and Description |
---|---|
POA |
_default_POA() |
PropertySetDefOperations |
_delegate() |
void |
_delegate(PropertySetDefOperations delegate) |
PropertySetDef |
_this() |
PropertySetDef |
_this(ORB orb) |
void |
define_properties_with_modes(PropertyDef[] property_defs) |
void |
define_properties(Property[] nproperties) |
void |
define_property_with_mode(java.lang.String property_name,
Any property_value,
PropertyModeType property_mode) |
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) |
void |
get_allowed_properties(PropertyDefsHolder property_defs) |
void |
get_allowed_property_types(PropertyTypesHolder property_types) |
int |
get_number_of_properties() |
boolean |
get_properties(java.lang.String[] property_names,
PropertiesHolder nproperties) |
PropertyModeType |
get_property_mode(java.lang.String property_name) |
boolean |
get_property_modes(java.lang.String[] property_names,
PropertyModesHolder property_modes) |
Any |
get_property_value(java.lang.String property_name) |
boolean |
is_property_defined(java.lang.String property_name) |
void |
set_property_mode(java.lang.String property_name,
PropertyModeType property_mode) |
void |
set_property_modes(PropertyMode[] property_modes) |
_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_object
public PropertySetDefPOATie(PropertySetDefOperations delegate)
public PropertySetDefPOATie(PropertySetDefOperations delegate, POA poa)
public PropertySetDef _this()
_this
in class PropertySetDefPOA
public PropertySetDef _this(ORB orb)
_this
in class PropertySetDefPOA
public PropertySetDefOperations _delegate()
public void _delegate(PropertySetDefOperations delegate)
public POA _default_POA()
_default_POA
in class Servant
public void define_property_with_mode(java.lang.String property_name, Any property_value, PropertyModeType property_mode) throws UnsupportedMode, ConflictingProperty, UnsupportedProperty, UnsupportedTypeCode, ReadOnlyProperty, InvalidPropertyName
public Any get_property_value(java.lang.String property_name) throws PropertyNotFound, InvalidPropertyName
PropertyNotFound
InvalidPropertyName
public void set_property_modes(PropertyMode[] property_modes) throws MultipleExceptions
MultipleExceptions
public void delete_property(java.lang.String property_name) throws FixedProperty, PropertyNotFound, InvalidPropertyName
public boolean get_properties(java.lang.String[] property_names, PropertiesHolder nproperties)
public boolean get_property_modes(java.lang.String[] property_names, PropertyModesHolder property_modes)
public PropertyModeType get_property_mode(java.lang.String property_name) throws PropertyNotFound, InvalidPropertyName
PropertyNotFound
InvalidPropertyName
public void set_property_mode(java.lang.String property_name, PropertyModeType property_mode) throws UnsupportedMode, PropertyNotFound, InvalidPropertyName
public void delete_properties(java.lang.String[] property_names) throws MultipleExceptions
MultipleExceptions
public 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(java.lang.String property_name, Any property_value) throws ConflictingProperty, UnsupportedProperty, UnsupportedTypeCode, ReadOnlyProperty, InvalidPropertyName
public void define_properties_with_modes(PropertyDef[] property_defs) throws MultipleExceptions
MultipleExceptions
public int get_number_of_properties()
public void get_all_properties(int how_many, PropertiesHolder nproperties, PropertiesIteratorHolder rest)
public boolean is_property_defined(java.lang.String property_name) throws InvalidPropertyName
InvalidPropertyName
public void define_properties(Property[] nproperties) throws MultipleExceptions
MultipleExceptions
public void get_allowed_properties(PropertyDefsHolder property_defs)