org.omg.CosPropertyService
Class PropertySetDefPOATie
java.lang.Object
org.omg.PortableServer.Servant
org.omg.CosPropertyService.PropertySetDefPOA
org.omg.CosPropertyService.PropertySetDefPOATie
- All Implemented Interfaces:
- InvokeHandler, PropertySetDefOperations, PropertySetOperations
public class PropertySetDefPOATie
- extends PropertySetDefPOA
Generated from IDL interface "PropertySetDef".
- Version:
- generated at Mar 21, 2012 11:04:33 AM
- Author:
- JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
Method Summary |
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)
|
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 |
PropertySetDefPOATie
public PropertySetDefPOATie(PropertySetDefOperations delegate)
PropertySetDefPOATie
public PropertySetDefPOATie(PropertySetDefOperations delegate,
POA poa)
_this
public PropertySetDef _this()
- Overrides:
_this
in class PropertySetDefPOA
_this
public PropertySetDef _this(ORB orb)
- Overrides:
_this
in class PropertySetDefPOA
_delegate
public PropertySetDefOperations _delegate()
_delegate
public void _delegate(PropertySetDefOperations delegate)
_default_POA
public POA _default_POA()
- Overrides:
_default_POA
in class Servant
define_property_with_mode
public void define_property_with_mode(java.lang.String property_name,
Any property_value,
PropertyModeType property_mode)
throws UnsupportedMode,
ConflictingProperty,
UnsupportedProperty,
UnsupportedTypeCode,
ReadOnlyProperty,
InvalidPropertyName
- Throws:
UnsupportedMode
ConflictingProperty
UnsupportedProperty
UnsupportedTypeCode
ReadOnlyProperty
InvalidPropertyName
get_property_value
public Any get_property_value(java.lang.String property_name)
throws PropertyNotFound,
InvalidPropertyName
- Throws:
PropertyNotFound
InvalidPropertyName
set_property_modes
public void set_property_modes(PropertyMode[] property_modes)
throws MultipleExceptions
- Throws:
MultipleExceptions
delete_property
public void delete_property(java.lang.String property_name)
throws FixedProperty,
PropertyNotFound,
InvalidPropertyName
- Throws:
FixedProperty
PropertyNotFound
InvalidPropertyName
get_properties
public boolean get_properties(java.lang.String[] property_names,
PropertiesHolder nproperties)
get_property_modes
public boolean get_property_modes(java.lang.String[] property_names,
PropertyModesHolder property_modes)
get_property_mode
public PropertyModeType get_property_mode(java.lang.String property_name)
throws PropertyNotFound,
InvalidPropertyName
- Throws:
PropertyNotFound
InvalidPropertyName
set_property_mode
public void set_property_mode(java.lang.String property_name,
PropertyModeType property_mode)
throws UnsupportedMode,
PropertyNotFound,
InvalidPropertyName
- Throws:
UnsupportedMode
PropertyNotFound
InvalidPropertyName
delete_properties
public void delete_properties(java.lang.String[] property_names)
throws MultipleExceptions
- Throws:
MultipleExceptions
get_all_property_names
public void get_all_property_names(int how_many,
PropertyNamesHolder property_names,
PropertyNamesIteratorHolder rest)
get_allowed_property_types
public void get_allowed_property_types(PropertyTypesHolder property_types)
delete_all_properties
public boolean delete_all_properties()
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
define_properties_with_modes
public void define_properties_with_modes(PropertyDef[] property_defs)
throws MultipleExceptions
- Throws:
MultipleExceptions
get_number_of_properties
public int get_number_of_properties()
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
define_properties
public void define_properties(Property[] nproperties)
throws MultipleExceptions
- Throws:
MultipleExceptions
get_allowed_properties
public void get_allowed_properties(PropertyDefsHolder property_defs)