org.omg.CosPropertyService
Class _PropertySetDefStub

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

public class _PropertySetDefStub
extends ObjectImpl
implements PropertySetDef

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
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_PropertySetDefStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 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.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

_PropertySetDefStub

public _PropertySetDefStub()
Method Detail

_ids

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

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
Specified by:
define_property_with_mode in interface PropertySetDefOperations
Throws:
UnsupportedMode
ConflictingProperty
UnsupportedProperty
UnsupportedTypeCode
ReadOnlyProperty
InvalidPropertyName

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

set_property_modes

public void set_property_modes(PropertyMode[] property_modes)
                        throws MultipleExceptions
Specified by:
set_property_modes in interface PropertySetDefOperations
Throws:
MultipleExceptions

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_properties

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

get_property_modes

public boolean get_property_modes(java.lang.String[] property_names,
                                  PropertyModesHolder property_modes)
Specified by:
get_property_modes in interface PropertySetDefOperations

get_property_mode

public PropertyModeType get_property_mode(java.lang.String property_name)
                                   throws PropertyNotFound,
                                          InvalidPropertyName
Specified by:
get_property_mode in interface PropertySetDefOperations
Throws:
PropertyNotFound
InvalidPropertyName

set_property_mode

public void set_property_mode(java.lang.String property_name,
                              PropertyModeType property_mode)
                       throws UnsupportedMode,
                              PropertyNotFound,
                              InvalidPropertyName
Specified by:
set_property_mode in interface PropertySetDefOperations
Throws:
UnsupportedMode
PropertyNotFound
InvalidPropertyName

delete_properties

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

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_allowed_property_types

public void get_allowed_property_types(PropertyTypesHolder property_types)
Specified by:
get_allowed_property_types in interface PropertySetDefOperations

delete_all_properties

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

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

define_properties_with_modes

public void define_properties_with_modes(PropertyDef[] property_defs)
                                  throws MultipleExceptions
Specified by:
define_properties_with_modes in interface PropertySetDefOperations
Throws:
MultipleExceptions

get_number_of_properties

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

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

define_properties

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

get_allowed_properties

public void get_allowed_properties(PropertyDefsHolder property_defs)
Specified by:
get_allowed_properties in interface PropertySetDefOperations