JobSystemRemoteMachineSetting クラスは JobSystemRemoteMachineSettingを行う場合に使用します。
Application クラスから呼び出すことができます。
.
[詳解]
JobSystemRemoteMachineSetting クラスは JobSystemRemoteMachineSettingを行う場合に使用します。
Application クラスから呼び出すことができます。
.
このクラスのオブジェクトを取得する例:
app.GetJobSystemRemoteMachineSetting()
- 著者
- Author
- Kenji Nomura
- 日付
- Date
- 2025/01/31 23:58:42
- バージョン
- Id
- header_template.sh,v 1.2 2025/01/31 23:58:42 nomura Exp
| void JobSystemRemoteMachineSetting::AddHost |
( |
String & |
hostname, |
|
|
int |
port, |
|
|
int |
cores, |
|
|
bool |
enabled = true |
|
) |
| |
ホストを追加しましす。
- 引数
-
| hostname | ホスト名 |
| port | ポート番号 |
| cores | コア数 |
| enabled | 使用可否 |
| void JobSystemRemoteMachineSetting::DeleteHost |
( |
String & |
hostname | ) |
|
| int JobSystemRemoteMachineSetting::GetCores |
( |
String & |
hostname | ) |
|
| bool JobSystemRemoteMachineSetting::GetEnabledHost |
( |
String & |
hostname | ) |
|
ホストの使用可否を取得します。
- 引数
-
- 戻り値
- enabled 使用可否
| String JobSystemRemoteMachineSetting::GetHost |
( |
int |
index | ) |
|
| int JobSystemRemoteMachineSetting::GetLocalCores |
( |
| ) |
|
| int JobSystemRemoteMachineSetting::GetPortNo |
( |
String & |
hostname | ) |
|
ホストのポート番号を取得します。
- 引数
-
- 戻り値
- ポート番号
| bool JobSystemRemoteMachineSetting::IsValid |
( |
| ) |
|
| int JobSystemRemoteMachineSetting::NumHosts |
( |
| ) |
|
| void JobSystemRemoteMachineSetting::SetCores |
( |
String & |
hostname, |
|
|
int |
cores |
|
) |
| |
| void JobSystemRemoteMachineSetting::SetEnabledHost |
( |
String & |
hostname, |
|
|
bool |
enabled |
|
) |
| |
| void JobSystemRemoteMachineSetting::SetLocalCores |
( |
int |
cores | ) |
|