<< Click to Display Table of Contents >>
IMonitorLogTarget
Method Detail
ThreadID
public int ThreadID()
Service Thread IDを取得します。
Mark
public string Mark()
サービス開始及び終了表示を取得します。(start、end)
ThreadName
public string ThreadName()
サービススレッド名を取得します。
ServiceTime
public long ServiceTime()
サービス開始時間と終了時間を取得します。(単位:ミリ秒)
1970年1月1日から現在までの時間をミリ秒で表示します。
FreeMemory
public long FreeMemory()
使用可能なメモリサイズを取得します。(単位:バイト)
TotalMemory
public long TotalMemory()
全体JVMメモリ サイズを取得します。(単位:バイト)
ServiceCode
public int ServiceCode()
サービス区別コードを取得します。
MARKが"end"の場合にのみ値が返され、"start"の場合は-1を返します。
ServiceStatus
public int ServiceStatus()
サービス状態コードを取得します。
MARKが"end"の場合にのみ値が返され、"start"の場合は-1を返します。
成功の場合は"9001"、失敗の場合は"9002"を返します。
ServiceParameter
public string ServiceParameter()
クライアントでサービス要請時転送されるパラメーター値を取得します。
MARKが"end"の場合にのみ値が返され、"start"の場合は-1を返します。
DBSessionID
public string DBSessionID()
DBMSのSession IDを取得します。
MARKが"end"の場合にのみ値が返され、"start"の場合は-1を返します。
ExecuteTime
public string ExecuteTime()
サービス処理時所要された時間を取得します。(単位:ミリ秒)
MARKが"end"の場合にのみ値が返され、"start"の場合は-1を返します。
ErrorCode
public string ErrorCode()
エラー発生時エラーコードを取得します。
ErrorMsg
public string ErrorMsg()
エラー発生時エラーメッセージを取得します。
ErrorStackTrace
public string ErrorStackTrace()
エラー発生時Stack Traceを取得します。
DBConns
public string DBConns()
エイリアス別DB使用個数