<< Click to Display Table of Contents >>

OZMonitorLogTarget

This interface provides monitor log related information.


Method Detail

getMark

public String getMark()

Gets the signs of the service start and end.

getThreadName

public String getThreadName()

Gets the service thread name.

getServiceTime

public long getServiceTime()

Gets the service start time and end time.(Unit: Milliseconds)

getFreeMemory

public long getFreeMemory()

Gets the free memory.(Unit: byte)

getTotalMemory

public long getTotalMemory()

Gets the total JVM memory size.(Unit: byte)

getServiceCode

public integer getServiceCode()

Gets the service code.

getServiceStatus

public integer getServiceStatus()

Gets the service status code.

getServiceParameter

public String getServiceParameter()

Gets the parameter value that is transmitted when requesting a service in the client.

getDBSessionID

public String getDBSessionID()

Gets the DBMS session ID.

getExecuteTime

public String getExecuteTime()

Gets the time taken to process a service.(Unit: Milliseconds)

getErrorCode

public String getErrorCode()

Gets the error code when an error occurs.

getErrorMsg

public String getErrorMsg()

Gets the error message when an error occurs

getErrorStackTrace

public String getErrorStackTrace()

Gets the Stack Trace when an error occurs.

getDBConns

public String getDBConns()

Gets the number of DB connections by Alias.