mun_monitorサーバの設定.
More...
Int32 mun_monitor.MunMonitorConfigure.Analyze |
( |
string[] |
args | ) |
|
引数解析.
- Parameters
-
- Returns
- 処理が成功した場合には 0、失敗した場合には -1 を返す。
string mun_monitor.MunMonitorConfigure.GetMonitoringAddr |
( |
| ) |
|
モニタリング用ソケットのアドレスの取得.
- Returns
- モニタリング用ソケットのアドレススを返す.
UInt16 mun_monitor.MunMonitorConfigure.GetMonitoringPort |
( |
| ) |
|
モニタリング用ソケットのポートの取得.
- Returns
- モニタリング用ソケットのポートを返す.
string mun_monitor.MunMonitorConfigure.GetProcessName |
( |
| ) |
|
プロセス名の取得.
- Returns
- プロセス名を返す.
UInt32 mun_monitor.MunMonitorConfigure.GetTimeout |
( |
| ) |
|
タイムアウト時間の取得.
- Returns
- タイムアウト時間を返す.
string mun_monitor.MunMonitorConfigure.GetUsageCommandLine |
( |
| ) |
|
|
protected |
コマンドライン の Usage テキストの取得.
- Returns
- コマンドライン の Usage テキストを返す.
string mun_monitor.MunMonitorConfigure.GetUsageDescription |
( |
| ) |
|
|
protected |
テキストの引数内容説明部分の取得.
- Returns
- テキストの引数内容説明部分を返す.
Int32 mun_monitor.MunMonitorConfigure.ProcOption |
( |
string |
option, |
|
|
string |
arg |
|
) |
| |
|
protected |
オプション毎の処理.
- Parameters
-
option | オプション文字(char)。オプションではない引数を渡す場合は -1. |
arg | オプション引数。オプションではない引数の場合は NULL. |
- Returns
- 処理が成功した場合には 0、失敗した場合には -1 を返す。
string mun_monitor.MunMonitorConfigure.m_MonitoringAddr = "0.0.0.0" |
|
protected |
UInt16 mun_monitor.MunMonitorConfigure.m_MonitoringPort = 0 |
|
protected |
string mun_monitor.MunMonitorConfigure.m_ProcessName = "" |
|
protected |
UInt32 mun_monitor.MunMonitorConfigure.m_Timeout = 0 |
|
protected |
string [] mun_monitor.MunMonitorConfigure.opts |
|
protected |
Initial value:= { "--help", "-h",
"--monitor-addr", "-X",
"--monitor-port", "-x",
"--timeout", "-t" }
オプション引数リスト.
The documentation for this class was generated from the following file: