public interface ConfigurationOperations
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
NotAvailableInternalErrorNameValue[] get_configuration_parameter_values() throws NotAvailable, InternalError
NotAvailableInternalErrororg.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
NotAvailableInternalErrorConfigurationSet get_configuration_set(java.lang.String config_id) throws NotAvailable, InternalError
NotAvailableInternalErrorboolean set_configuration_set_values(ConfigurationSet configuration_set) throws InvalidParameter, NotAvailable, InternalError
ConfigurationSet get_active_configuration_set() throws NotAvailable, InternalError
NotAvailableInternalErrorboolean 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