|
||||||||
| 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.PropertySetPOA
|
+--org.omg.CosPropertyService.PropertySetPOATie
Interface definition : PropertySet
| Constructor Summary | |
PropertySetPOATie(PropertySetOperations tieObject)
Constructor |
|
PropertySetPOATie(PropertySetOperations tieObject,
org.omg.PortableServer.POA poa)
Constructor |
|
| Method Summary | |
org.omg.PortableServer.POA |
_default_POA()
_default_POA method |
PropertySetOperations |
_delegate()
Get the delegate |
void |
_delegate(PropertySetOperations delegate_)
Set the delegate |
void |
define_properties(Property[] nproperties)
Operation define_properties |
void |
define_property(java.lang.String property_name,
org.omg.CORBA.Any property_value)
Operation define_property |
boolean |
delete_all_properties()
Operation delete_all_properties |
void |
delete_properties(java.lang.String[] property_names)
Operation delete_properties |
void |
delete_property(java.lang.String property_name)
Operation delete_property |
void |
get_all_properties(int how_many,
PropertiesHolder nproperties,
PropertiesIteratorHolder rest)
Operation get_all_properties |
void |
get_all_property_names(int how_many,
PropertyNamesHolder property_names,
PropertyNamesIteratorHolder rest)
Operation get_all_property_names |
int |
get_number_of_properties()
Operation get_number_of_properties |
boolean |
get_properties(java.lang.String[] property_names,
PropertiesHolder nproperties)
Operation get_properties |
org.omg.CORBA.Any |
get_property_value(java.lang.String property_name)
Operation get_property_value |
boolean |
is_property_defined(java.lang.String property_name)
Operation is_property_defined |
| Methods inherited from class org.omg.CosPropertyService.PropertySetPOA |
_all_interfaces, _invoke, _this, _this |
| Methods inherited from class org.omg.PortableServer.Servant |
_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 PropertySetPOATie(PropertySetOperations tieObject)
public PropertySetPOATie(PropertySetOperations tieObject,
org.omg.PortableServer.POA poa)
| Method Detail |
public PropertySetOperations _delegate()
public void _delegate(PropertySetOperations delegate_)
public org.omg.PortableServer.POA _default_POA()
_default_POA in class org.omg.PortableServer.Servant
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 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 | |||||||