public interface ConfigurationOperations
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
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)  | 
boolean set_device_profile(DeviceProfile dProfile) throws InvalidParameter, NotAvailable, InternalError
boolean add_service_profile(ServiceProfile sProfile) throws InvalidParameter, NotAvailable, InternalError
boolean add_organization(Organization organization_object) throws InvalidParameter, NotAvailable, InternalError
boolean remove_service_profile(java.lang.String id)
                               throws InvalidParameter,
                                      NotAvailable,
                                      InternalError
boolean remove_organization(java.lang.String organization_id)
                            throws InvalidParameter,
                                   NotAvailable,
                                   InternalError
Parameter[] get_configuration_parameters() throws NotAvailable, InternalError
NameValue[] get_configuration_parameter_values() throws NotAvailable, InternalError
org.omg.CORBA.Any get_configuration_parameter_value(java.lang.String name)
                                                    throws InvalidParameter,
                                                           NotAvailable,
                                                           InternalError
boolean set_configuration_parameter(java.lang.String name,
                                  org.omg.CORBA.Any value)
                                    throws InvalidParameter,
                                           NotAvailable,
                                           InternalError
ConfigurationSet[] get_configuration_sets() throws NotAvailable, InternalError
ConfigurationSet get_configuration_set(java.lang.String config_id) throws NotAvailable, InternalError
boolean set_configuration_set_values(ConfigurationSet configuration_set) throws InvalidParameter, NotAvailable, InternalError
ConfigurationSet get_active_configuration_set() throws NotAvailable, InternalError
boolean add_configuration_set(ConfigurationSet configuration_set) throws InvalidParameter, NotAvailable, InternalError
boolean remove_configuration_set(java.lang.String config_id)
                                 throws InvalidParameter,
                                        NotAvailable,
                                        InternalError
boolean activate_configuration_set(java.lang.String config_id)
                                   throws InvalidParameter,
                                          NotAvailable,
                                          InternalError