org.omg.CosPropertyService
Class PropertySetPOATie
java.lang.Object
org.omg.PortableServer.Servant
org.omg.CosPropertyService.PropertySetPOA
org.omg.CosPropertyService.PropertySetPOATie
- All Implemented Interfaces:
- InvokeHandler, PropertySetOperations
public class PropertySetPOATie
- extends PropertySetPOA
Generated from IDL interface "PropertySet".
- Version:
- generated at Mar 21, 2012 11:04:33 AM
- Author:
- JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
Methods inherited from class org.omg.PortableServer.Servant |
_get_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertySetPOATie
public PropertySetPOATie(PropertySetOperations delegate)
PropertySetPOATie
public PropertySetPOATie(PropertySetOperations delegate,
POA poa)
_this
public PropertySet _this()
- Overrides:
_this
in class PropertySetPOA
_this
public PropertySet _this(ORB orb)
- Overrides:
_this
in class PropertySetPOA
_delegate
public PropertySetOperations _delegate()
_delegate
public void _delegate(PropertySetOperations delegate)
_default_POA
public POA _default_POA()
- Overrides:
_default_POA
in class Servant
delete_properties
public void delete_properties(java.lang.String[] property_names)
throws MultipleExceptions
- Throws:
MultipleExceptions
get_property_value
public Any get_property_value(java.lang.String property_name)
throws PropertyNotFound,
InvalidPropertyName
- Throws:
PropertyNotFound
InvalidPropertyName
delete_property
public void delete_property(java.lang.String property_name)
throws FixedProperty,
PropertyNotFound,
InvalidPropertyName
- Throws:
FixedProperty
PropertyNotFound
InvalidPropertyName
get_all_properties
public void get_all_properties(int how_many,
PropertiesHolder nproperties,
PropertiesIteratorHolder rest)
is_property_defined
public boolean is_property_defined(java.lang.String property_name)
throws InvalidPropertyName
- Throws:
InvalidPropertyName
get_all_property_names
public void get_all_property_names(int how_many,
PropertyNamesHolder property_names,
PropertyNamesIteratorHolder rest)
get_properties
public boolean get_properties(java.lang.String[] property_names,
PropertiesHolder nproperties)
define_properties
public void define_properties(Property[] nproperties)
throws MultipleExceptions
- Throws:
MultipleExceptions
define_property
public void define_property(java.lang.String property_name,
Any property_value)
throws ConflictingProperty,
UnsupportedProperty,
UnsupportedTypeCode,
ReadOnlyProperty,
InvalidPropertyName
- Throws:
ConflictingProperty
UnsupportedProperty
UnsupportedTypeCode
ReadOnlyProperty
InvalidPropertyName
get_number_of_properties
public int get_number_of_properties()
delete_all_properties
public boolean delete_all_properties()