|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--org.omg.PortableServer.Servant
|
+--org.omg.CosPropertyService.PropertySetDefPOA
|
+--org.openorb.property.PropertySetDefImpl
| Constructor Summary | |
PropertySetDefImpl(org.omg.CORBA.ORB orb)
Constructor |
|
PropertySetDefImpl(org.omg.CORBA.ORB orb,
PropertyDef[] initial_properties)
Constructor |
|
PropertySetDefImpl(org.omg.CORBA.ORB orb,
org.omg.CORBA.TypeCode[] allowed_property_types,
PropertyDef[] allowed_properties)
Constructor |
|
| Method Summary | |
void |
define_properties_with_modes(PropertyDef[] property_defs)
This operation will modify or add each of the properties in the Properties parameter to the PropertySet. |
void |
define_properties(Property[] nproperties)
Modify or add each of the properties in Properties parameter to the PropertySet. |
void |
define_property_with_mode(java.lang.String property_name,
org.omg.CORBA.Any property_value,
PropertyModeType property_mode)
This operation will modify or add a property to the PropertySet. |
void |
define_property(java.lang.String property_name,
org.omg.CORBA.Any property_value)
Define_property will modify or add a property to the PropertySet. |
boolean |
delete_all_properties()
Variation of delete_properties. |
void |
delete_properties(java.lang.String[] property_names)
delete_properties Deletes the properties defined in the property_names parameter. |
void |
delete_property(java.lang.String property_name)
delete_property Deletes the specified property if it exists from a PropertySet. |
void |
get_all_properties(int how_many,
PropertiesHolder nproperties,
PropertiesIteratorHolder rest)
Returns all of the properties defined in the PropertySet. |
void |
get_all_property_names(int how_many,
PropertyNamesHolder property_names,
PropertyNamesIteratorHolder rest)
Returns all of the property names currently defined in the PropertySet. |
void |
get_allowed_properties(PropertyDefsHolder property_defs)
Indicates which properties are supported by this PropertySet. |
void |
get_allowed_property_types(PropertyTypesHolder property_types)
Indicates which types of properties are supported by this PropertySet. |
int |
get_number_of_properties()
Returns the current number of properties associated with this PropertySet. |
boolean |
get_properties(java.lang.String[] property_names,
PropertiesHolder nproperties)
Returns the values of the properties listed in property_names. |
PropertyModeType |
get_property_mode(java.lang.String property_name)
Returns the mode of the property in the PropertySet. |
boolean |
get_property_modes(java.lang.String[] property_names,
PropertyModesHolder property_modes)
Returns the modes of the properties listed in property_names. |
org.omg.CORBA.Any |
get_property_value(java.lang.String property_name)
Returns the value of a property in the PropertySet. |
Property |
get_property(java.lang.String property_name)
|
PropertyDef |
get_propertydef(java.lang.String property_name)
|
boolean |
is_property_defined(java.lang.String property_name)
The is_property_defined operation returns true if the property is defined in the PropertySet, and returns false otherwise. |
void |
set_property_mode(java.lang.String property_name,
PropertyModeType property_mode)
Sets the mode of a property in the PropertySet. |
void |
set_property_modes(PropertyMode[] property_modes)
Sets the mode for each property in the property_modes parameter. |
| Methods inherited from class org.omg.CosPropertyService.PropertySetDefPOA |
_all_interfaces, _invoke, _this, _this |
| Methods inherited from class org.omg.PortableServer.Servant |
_default_POA, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _orb, _poa, _set_delegate, _this_object, _this_object |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PropertySetDefImpl(org.omg.CORBA.ORB orb)
public PropertySetDefImpl(org.omg.CORBA.ORB orb,
org.omg.CORBA.TypeCode[] allowed_property_types,
PropertyDef[] allowed_properties)
throws ConstraintNotSupported
public PropertySetDefImpl(org.omg.CORBA.ORB orb,
PropertyDef[] initial_properties)
throws MultipleExceptions
| Method Detail |
public void get_allowed_property_types(PropertyTypesHolder property_types)
public void get_allowed_properties(PropertyDefsHolder property_defs)
public void define_property_with_mode(java.lang.String property_name,
org.omg.CORBA.Any property_value,
PropertyModeType property_mode)
throws InvalidPropertyName,
ConflictingProperty,
UnsupportedTypeCode,
UnsupportedProperty,
UnsupportedMode,
ReadOnlyProperty
public void define_properties_with_modes(PropertyDef[] property_defs)
throws MultipleExceptions
public PropertyModeType get_property_mode(java.lang.String property_name)
throws PropertyNotFound,
InvalidPropertyName
public boolean get_property_modes(java.lang.String[] property_names,
PropertyModesHolder property_modes)
public void set_property_mode(java.lang.String property_name,
PropertyModeType property_mode)
throws InvalidPropertyName,
PropertyNotFound,
UnsupportedMode
public void set_property_modes(PropertyMode[] property_modes)
throws MultipleExceptions
public void define_property(java.lang.String property_name,
org.omg.CORBA.Any property_value)
throws InvalidPropertyName,
ConflictingProperty,
UnsupportedTypeCode,
UnsupportedProperty,
ReadOnlyProperty
public void define_properties(Property[] nproperties)
throws MultipleExceptions
public int get_number_of_properties()
public void get_all_property_names(int how_many,
PropertyNamesHolder property_names,
PropertyNamesIteratorHolder rest)
public org.omg.CORBA.Any get_property_value(java.lang.String property_name)
throws PropertyNotFound,
InvalidPropertyName
public boolean get_properties(java.lang.String[] property_names,
PropertiesHolder nproperties)
public PropertyDef get_propertydef(java.lang.String property_name)
throws PropertyNotFound,
InvalidPropertyName
public Property get_property(java.lang.String property_name)
throws PropertyNotFound,
InvalidPropertyName
public void get_all_properties(int how_many,
PropertiesHolder nproperties,
PropertiesIteratorHolder rest)
public void delete_property(java.lang.String property_name)
throws PropertyNotFound,
InvalidPropertyName,
FixedProperty
public void delete_properties(java.lang.String[] property_names)
throws MultipleExceptions
public boolean delete_all_properties()
public boolean is_property_defined(java.lang.String property_name)
throws InvalidPropertyName
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||