_SDOPackage
Class _ConfigurationStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by _SDOPackage._ConfigurationStub
All Implemented Interfaces:
Configuration, ConfigurationOperations, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _ConfigurationStub
extends org.omg.CORBA.portable.ObjectImpl
implements Configuration

_SDOPackage/_ConfigurationStub.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from idl/OpenRTM.idl Thursday, March 3, 2011 3:01:41 PM JST

See Also:
Serialized Form

Constructor Summary
_ConfigurationStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 boolean activate_configuration_set(java.lang.String config_id)
           
 boolean add_configuration_set(ConfigurationSet configuration_set)
           
 boolean add_organization(Organization organization_object)
           
 boolean add_service_profile(ServiceProfile sProfile)
           
 ConfigurationSet get_active_configuration_set()
           
 org.omg.CORBA.Any get_configuration_parameter_value(java.lang.String name)
           
 NameValue[] get_configuration_parameter_values()
           
 Parameter[] get_configuration_parameters()
           
 ConfigurationSet get_configuration_set(java.lang.String config_id)
           
 ConfigurationSet[] get_configuration_sets()
           
 boolean remove_configuration_set(java.lang.String config_id)
           
 boolean remove_organization(java.lang.String organization_id)
           
 boolean remove_service_profile(java.lang.String id)
           
 boolean set_configuration_parameter(java.lang.String name, org.omg.CORBA.Any value)
           
 boolean set_configuration_set_values(ConfigurationSet configuration_set)
           
 boolean set_device_profile(DeviceProfile dProfile)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _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_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

_ConfigurationStub

public _ConfigurationStub()
Method Detail

set_device_profile

public boolean set_device_profile(DeviceProfile dProfile)
                           throws InvalidParameter,
                                  NotAvailable,
                                  InternalError
Specified by:
set_device_profile in interface ConfigurationOperations
Throws:
InvalidParameter
NotAvailable
InternalError

add_service_profile

public boolean add_service_profile(ServiceProfile sProfile)
                            throws InvalidParameter,
                                   NotAvailable,
                                   InternalError
Specified by:
add_service_profile in interface ConfigurationOperations
Throws:
InvalidParameter
NotAvailable
InternalError

add_organization

public boolean add_organization(Organization organization_object)
                         throws InvalidParameter,
                                NotAvailable,
                                InternalError
Specified by:
add_organization in interface ConfigurationOperations
Throws:
InvalidParameter
NotAvailable
InternalError

remove_service_profile

public boolean remove_service_profile(java.lang.String id)
                               throws InvalidParameter,
                                      NotAvailable,
                                      InternalError
Specified by:
remove_service_profile in interface ConfigurationOperations
Throws:
InvalidParameter
NotAvailable
InternalError

remove_organization

public boolean remove_organization(java.lang.String organization_id)
                            throws InvalidParameter,
                                   NotAvailable,
                                   InternalError
Specified by:
remove_organization in interface ConfigurationOperations
Throws:
InvalidParameter
NotAvailable
InternalError

get_configuration_parameters

public Parameter[] get_configuration_parameters()
                                         throws NotAvailable,
                                                InternalError
Specified by:
get_configuration_parameters in interface ConfigurationOperations
Throws:
NotAvailable
InternalError

get_configuration_parameter_values

public NameValue[] get_configuration_parameter_values()
                                               throws NotAvailable,
                                                      InternalError
Specified by:
get_configuration_parameter_values in interface ConfigurationOperations
Throws:
NotAvailable
InternalError

get_configuration_parameter_value

public org.omg.CORBA.Any get_configuration_parameter_value(java.lang.String name)
                                                    throws InvalidParameter,
                                                           NotAvailable,
                                                           InternalError
Specified by:
get_configuration_parameter_value in interface ConfigurationOperations
Throws:
InvalidParameter
NotAvailable
InternalError

set_configuration_parameter

public boolean set_configuration_parameter(java.lang.String name,
                                           org.omg.CORBA.Any value)
                                    throws InvalidParameter,
                                           NotAvailable,
                                           InternalError
Specified by:
set_configuration_parameter in interface ConfigurationOperations
Throws:
InvalidParameter
NotAvailable
InternalError

get_configuration_sets

public ConfigurationSet[] get_configuration_sets()
                                          throws NotAvailable,
                                                 InternalError
Specified by:
get_configuration_sets in interface ConfigurationOperations
Throws:
NotAvailable
InternalError

get_configuration_set

public ConfigurationSet get_configuration_set(java.lang.String config_id)
                                       throws NotAvailable,
                                              InternalError
Specified by:
get_configuration_set in interface ConfigurationOperations
Throws:
NotAvailable
InternalError

set_configuration_set_values

public boolean set_configuration_set_values(ConfigurationSet configuration_set)
                                     throws InvalidParameter,
                                            NotAvailable,
                                            InternalError
Specified by:
set_configuration_set_values in interface ConfigurationOperations
Throws:
InvalidParameter
NotAvailable
InternalError

get_active_configuration_set

public ConfigurationSet get_active_configuration_set()
                                              throws NotAvailable,
                                                     InternalError
Specified by:
get_active_configuration_set in interface ConfigurationOperations
Throws:
NotAvailable
InternalError

add_configuration_set

public boolean add_configuration_set(ConfigurationSet configuration_set)
                              throws InvalidParameter,
                                     NotAvailable,
                                     InternalError
Specified by:
add_configuration_set in interface ConfigurationOperations
Throws:
InvalidParameter
NotAvailable
InternalError

remove_configuration_set

public boolean remove_configuration_set(java.lang.String config_id)
                                 throws InvalidParameter,
                                        NotAvailable,
                                        InternalError
Specified by:
remove_configuration_set in interface ConfigurationOperations
Throws:
InvalidParameter
NotAvailable
InternalError

activate_configuration_set

public boolean activate_configuration_set(java.lang.String config_id)
                                   throws InvalidParameter,
                                          NotAvailable,
                                          InternalError
Specified by:
activate_configuration_set in interface ConfigurationOperations
Throws:
InvalidParameter
NotAvailable
InternalError

_ids

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