<< Click to Display Table of Contents >>
OZMonitorLogTarget
Method Detail
getMark
public String getMark()
サービスの開始及び終了表示を取得します。
getThreadName
public String getThreadName()
サービススレッド名を取得します。
getServiceTime
public long getServiceTime()
サービスの開始時間と終了時間を取得します。(単位:ミリ秒)
1970年1月1日から現在のまでの時間をミリ秒で表示します。
getFreeMemory
public long getFreeMemory()
使用可能なメモリのサイズを取得します。(単位:バイト)
getTotalMemory
public long getTotalMemory()
全体JVMメモリのサイズを取得します。(単位:バイト)
getServiceCode
public integer getServiceCode()
サービス区別コードを取得します。
MARKが"end"の場合にのみ値が返され、"start"の場合には-1を返します。
詳細はOZ Enterprise Server Administrator’s Guideの"Ⅳ. OZ Enterprise Serverの設定"部分を参照してください。
getServiceStatus
public integer getServiceStatus()
サービス状態コードを取得します。
MARKが"end"の場合にのみ値が返され、"start"の場合には-1を返します。
getServiceParameter
public String getServiceParameter()
クライアントでサービスを要請する時に転送されるパラメーター値を取得します。
MARKが"end"の場合にのみ値が返され、"start"の場合には-1を返します。
getDBSessionID
public String getDBSessionID()
DBMSのセッションIDを取得します。
MARKが"end"の場合にのみ値が返され、"start"の場合には-1を返します。
getExecuteTime
public String getExecuteTime()
サービスの処理時に所要された時間を取得します。(単位:ミリ秒)
MARKが"end"の場合にのみ値が返され、"start"の場合には-1を返します。
getErrorCode
public String getErrorCode()
エラーの発生時にエラーコードを取得します。
エラーコード内容はconf/server_error_msg_言語名_国名.xmlファイルを参照してください。
getErrorMsg
public String getErrorMsg()
エラーの発生時にエラーメッセージを取得します。
getErrorStackTrace
public String getErrorStackTrace()
エラーの発生時にスタックトレースを取得します。
getDBConns
public String getDBConns()
エイリアス別DB使用個数