org.omg.CosPropertyService
Class PropertySetPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.omg.CosPropertyService.PropertySetPOA
          extended by org.omg.CosPropertyService.PropertySetPOATie
All Implemented Interfaces:
InvokeHandler, PropertySetOperations

public class PropertySetPOATie
extends PropertySetPOA

Generated from IDL interface "PropertySet".

Version:
generated at Dec 2, 2008 2:43:27 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007

Constructor Summary
PropertySetPOATie(PropertySetOperations delegate)
           
PropertySetPOATie(PropertySetOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 PropertySetOperations _delegate()
           
 void _delegate(PropertySetOperations delegate)
           
 PropertySet _this()
           
 PropertySet _this(ORB orb)
           
 void define_properties(Property[] nproperties)
           
 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)
           
 int get_number_of_properties()
           
 boolean get_properties(java.lang.String[] property_names, PropertiesHolder nproperties)
           
 Any get_property_value(java.lang.String property_name)
           
 boolean is_property_defined(java.lang.String property_name)
           
 
Methods inherited from class org.omg.CosPropertyService.PropertySetPOA
_all_interfaces, _invoke
 
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
 

Constructor Detail

PropertySetPOATie

public PropertySetPOATie(PropertySetOperations delegate)

PropertySetPOATie

public PropertySetPOATie(PropertySetOperations delegate,
                         POA poa)
Method Detail

_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()