mun_masterサーバの設定.
More...
Int32 mun_master.MunMasterConfigure.Analyze |
( |
string[] |
args | ) |
|
引数解析.
- Parameters
-
- Returns
- 処理が成功した場合には 0、失敗した場合には -1 を返す。
string mun_master.MunMasterConfigure.GetApplicationId |
( |
| ) |
|
アプリケーションIDの取得.
- Returns
- アプリケーションIDを返す.
bool mun_master.MunMasterConfigure.GetIsOutputLogFile |
( |
| ) |
|
ログをファイルで出力するかどうかのフラグの取得.
- Returns
- ログをファイルで出力するかどうかのフラグを返す.
UInt32 mun_master.MunMasterConfigure.GetKeepAliveUpdateInterval |
( |
| ) |
|
キープアライブ更新間隔の取得.
- Returns
- キープアライブ更新間隔を返す.
string mun_master.MunMasterConfigure.GetLogDirPath |
( |
| ) |
|
ログ出力パスの取得.
- Returns
- ログ出力パスを返す.
Int32 mun_master.MunMasterConfigure.GetLogLevel |
( |
| ) |
|
ログレベルの取得.
- Returns
- ログレベルを返す.
string mun_master.MunMasterConfigure.GetMonitoringAddr |
( |
| ) |
|
モニタリング用ソケットのアドレスの取得.
- Returns
- モニタリング用ソケットのアドレスを返す.
UInt16 mun_master.MunMasterConfigure.GetMonitoringPort |
( |
| ) |
|
モニタリング用ソケットのポートの取得.
- Returns
- モニタリング用ソケットのポートを返す.
string mun_master.MunMasterConfigure.GetProcessName |
( |
| ) |
|
プロセス名の取得.
- Returns
- プロセス名を返す.
string mun_master.MunMasterConfigure.GetProxyServerListeningAddress |
( |
| ) |
|
mun_proxyサーバに対するリスニングアドレスの取得.
- Returns
- mun_proxyサーバに対するリスニングアドレスを返す.
UInt16 mun_master.MunMasterConfigure.GetProxyServerListeningBacklog |
( |
| ) |
|
mun_proxyサーバに対するリスニングバックログの取得.
- Returns
- mun_proxyサーバに対するリスニングバックログを返す.
UInt16 mun_master.MunMasterConfigure.GetProxyServerListeningPort |
( |
| ) |
|
mun_proxyサーバに対するリスニングポートの取得.
- Returns
- mun_proxyサーバに対するリスニングポートを返す.
string mun_master.MunMasterConfigure.GetRoomServerListeningAddress |
( |
| ) |
|
mun_roomサーバに対するリスニングアドレスの取得.
- Returns
- mun_roomサーバに対するリスニングアドレスを返す.
UInt16 mun_master.MunMasterConfigure.GetRoomServerListeningBacklog |
( |
| ) |
|
mun_roomサーバに対するリスニングバックログの取得.
- Returns
- mun_roomサーバに対するリスニングバックログを返す.
UInt16 mun_master.MunMasterConfigure.GetRoomServerListeningPort |
( |
| ) |
|
mun_roomサーバに対するリスニングポートの取得.
- Returns
- mun_roomサーバに対するリスニングポートを返す.
string mun_master.MunMasterConfigure.GetUsageCommandLine |
( |
| ) |
|
|
protected |
コマンドライン の Usage テキストの取得.
- Returns
- コマンドライン の Usage テキストを返す.
string mun_master.MunMasterConfigure.GetUsageDescription |
( |
| ) |
|
|
protected |
テキストの引数内容説明部分の取得.
- Returns
- テキストの引数内容説明部分を返す.
Int32 mun_master.MunMasterConfigure.ProcOption |
( |
string |
option, |
|
|
string |
arg |
|
) |
| |
|
protected |
オプション毎の処理.
- Parameters
-
option | オプション文字(char)。オプションではない引数を渡す場合は -1. |
arg | オプション引数。オプションではない引数の場合は NULL. |
- Returns
- 処理が成功した場合には 0、失敗した場合には -1 を返す。
void mun_master.MunMasterConfigure.SetLogLevel |
( |
Int32 |
level | ) |
|
bool mun_master.MunMasterConfigure.m_IsOutputLogFile = false |
|
protected |
UInt32 mun_master.MunMasterConfigure.m_KeepAliveUpdateInterval = 10000 |
|
protected |
string mun_master.MunMasterConfigure.m_LogDirPath = "." |
|
protected |
Int32 mun_master.MunMasterConfigure.m_LogLevel = (Int32)Mrs.MrsLogLevel.ERR |
|
protected |
string mun_master.MunMasterConfigure.m_MonitoringAddr = "0.0.0.0" |
|
protected |
UInt16 mun_master.MunMasterConfigure.m_MonitoringPort = 0 |
|
protected |
string mun_master.MunMasterConfigure.m_ProcessName = "" |
|
protected |
string mun_master.MunMasterConfigure.m_ProxyServerListeningAddress = "0.0.0.0" |
|
protected |
mun_proxyサーバに対するリスニングアドレス.
UInt16 mun_master.MunMasterConfigure.m_ProxyServerListeningBacklog = 10 |
|
protected |
mun_proxyサーバに対するリスニングバックログ.
UInt16 mun_master.MunMasterConfigure.m_ProxyServerListeningPort = 0 |
|
protected |
mun_proxyサーバに対するリスニングポート.
string mun_master.MunMasterConfigure.m_RoomServerListeningAddress = "0.0.0.0" |
|
protected |
mun_roomサーバに対するリスニングアドレス.
UInt16 mun_master.MunMasterConfigure.m_RoomServerListeningBacklog = 10 |
|
protected |
mun_roomサーバに対するリスニングバックログ.
UInt16 mun_master.MunMasterConfigure.m_RoomServerListeningPort = 0 |
|
protected |
string [] mun_master.MunMasterConfigure.opts |
|
protected |
Initial value:= { "--proxy-addr", "-A",
"--proxy-port", "-P",
"--proxy-backlog", "-B",
"--room-addr", "-a",
"--room-port", "-p",
"--room-backlog", "-b",
"--log-level", "-l",
"--log-path", "-O",
"--log-filename", "-f",
"--log-rotate", "-r",
"--keep-alive", "-k",
"--version", "-v",
"--help", "-h",
"--application-id", "-M",
"--monitoring-addr", "-X",
"--monitoring-port", "-x"
}
オプション引数リスト.
The documentation for this class was generated from the following file: