public class _ConfigurationStub extends org.omg.CORBA.portable.ObjectImpl implements Configuration
コンストラクタと説明 |
---|
_ConfigurationStub() |
修飾子とタイプ | メソッドと説明 |
---|---|
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) |
_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
public boolean set_device_profile(DeviceProfile dProfile) throws InvalidParameter, NotAvailable, InternalError
set_device_profile
インタフェース内 ConfigurationOperations
InvalidParameter
NotAvailable
InternalError
public boolean add_service_profile(ServiceProfile sProfile) throws InvalidParameter, NotAvailable, InternalError
add_service_profile
インタフェース内 ConfigurationOperations
InvalidParameter
NotAvailable
InternalError
public boolean add_organization(Organization organization_object) throws InvalidParameter, NotAvailable, InternalError
add_organization
インタフェース内 ConfigurationOperations
InvalidParameter
NotAvailable
InternalError
public boolean remove_service_profile(java.lang.String id) throws InvalidParameter, NotAvailable, InternalError
public boolean remove_organization(java.lang.String organization_id) throws InvalidParameter, NotAvailable, InternalError
remove_organization
インタフェース内 ConfigurationOperations
InvalidParameter
NotAvailable
InternalError
public Parameter[] get_configuration_parameters() throws NotAvailable, InternalError
get_configuration_parameters
インタフェース内 ConfigurationOperations
NotAvailable
InternalError
public NameValue[] get_configuration_parameter_values() throws NotAvailable, InternalError
public org.omg.CORBA.Any get_configuration_parameter_value(java.lang.String name) throws InvalidParameter, NotAvailable, InternalError
public boolean set_configuration_parameter(java.lang.String name, org.omg.CORBA.Any value) throws InvalidParameter, NotAvailable, InternalError
public ConfigurationSet[] get_configuration_sets() throws NotAvailable, InternalError
get_configuration_sets
インタフェース内 ConfigurationOperations
NotAvailable
InternalError
public ConfigurationSet get_configuration_set(java.lang.String config_id) throws NotAvailable, InternalError
get_configuration_set
インタフェース内 ConfigurationOperations
NotAvailable
InternalError
public boolean set_configuration_set_values(ConfigurationSet configuration_set) throws InvalidParameter, NotAvailable, InternalError
public ConfigurationSet get_active_configuration_set() throws NotAvailable, InternalError
get_active_configuration_set
インタフェース内 ConfigurationOperations
NotAvailable
InternalError
public boolean add_configuration_set(ConfigurationSet configuration_set) throws InvalidParameter, NotAvailable, InternalError
public boolean remove_configuration_set(java.lang.String config_id) throws InvalidParameter, NotAvailable, InternalError
public boolean activate_configuration_set(java.lang.String config_id) throws InvalidParameter, NotAvailable, InternalError
public java.lang.String[] _ids()
_ids
クラス内 org.omg.CORBA.portable.ObjectImpl