org.omg.CosPropertyService
Class _PropertySetStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.CosPropertyService._PropertySetStub
All Implemented Interfaces:
java.io.Serializable, Object, IDLEntity, PropertySet, PropertySetOperations

public class _PropertySetStub
extends ObjectImpl
implements PropertySet

Generated from IDL interface "PropertySet".

Version:
generated at Mar 31, 2009 8:42:31 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_PropertySetStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 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.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_component, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_component, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_PropertySetStub

public _PropertySetStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class ObjectImpl

delete_properties

public void delete_properties(java.lang.String[] property_names)
                       throws MultipleExceptions
Specified by:
delete_properties in interface PropertySetOperations
Throws:
MultipleExceptions

get_property_value

public Any get_property_value(java.lang.String property_name)
                       throws PropertyNotFound,
                              InvalidPropertyName
Specified by:
get_property_value in interface PropertySetOperations
Throws:
PropertyNotFound
InvalidPropertyName

delete_property

public void delete_property(java.lang.String property_name)
                     throws FixedProperty,
                            PropertyNotFound,
                            InvalidPropertyName
Specified by:
delete_property in interface PropertySetOperations
Throws:
FixedProperty
PropertyNotFound
InvalidPropertyName

get_all_properties

public void get_all_properties(int how_many,
                               PropertiesHolder nproperties,
                               PropertiesIteratorHolder rest)
Specified by:
get_all_properties in interface PropertySetOperations

is_property_defined

public boolean is_property_defined(java.lang.String property_name)
                            throws InvalidPropertyName
Specified by:
is_property_defined in interface PropertySetOperations
Throws:
InvalidPropertyName

get_all_property_names

public void get_all_property_names(int how_many,
                                   PropertyNamesHolder property_names,
                                   PropertyNamesIteratorHolder rest)
Specified by:
get_all_property_names in interface PropertySetOperations

get_properties

public boolean get_properties(java.lang.String[] property_names,
                              PropertiesHolder nproperties)
Specified by:
get_properties in interface PropertySetOperations

define_properties

public void define_properties(Property[] nproperties)
                       throws MultipleExceptions
Specified by:
define_properties in interface PropertySetOperations
Throws:
MultipleExceptions

define_property

public void define_property(java.lang.String property_name,
                            Any property_value)
                     throws ConflictingProperty,
                            UnsupportedProperty,
                            UnsupportedTypeCode,
                            ReadOnlyProperty,
                            InvalidPropertyName
Specified by:
define_property in interface PropertySetOperations
Throws:
ConflictingProperty
UnsupportedProperty
UnsupportedTypeCode
ReadOnlyProperty
InvalidPropertyName

get_number_of_properties

public int get_number_of_properties()
Specified by:
get_number_of_properties in interface PropertySetOperations

delete_all_properties

public boolean delete_all_properties()
Specified by:
delete_all_properties in interface PropertySetOperations