<< Click to Display Table of Contents >>

OZMonitorLogTarget

OZ UDL에서 모니터 로그 관련 정보를 사용하기 위한 인터페이스입니다.


Method Detail

getMark

public String getMark()

서비스 시작 및 종료 표시(start, end)를 가져옵니다.

getThreadName

public String getThreadName()

서비스 스레드 이름을 가져옵니다.

getServiceTime

public long getServiceTime()

서비스 시작 시간과 종료 시간을 가져옵니다.(단위: Milliseconds)

getFreeMemory

public long getFreeMemory()

사용 가능한 메모리 크기를 가져옵니다.(단위: byte)

getTotalMemory

public long getTotalMemory()

전체 JVM 메모리 크기를 가져옵니다.(단위: byte)

getServiceCode

public integer getServiceCode()

서비스 구분 코드를 가져옵니다.

MARK가 "end"일 경우에만 값이 리턴되며 "start"일 경우 -1을 리턴합니다.

getServiceStatus

public integer getServiceStatus()

서비스 상태 코드를 가져옵니다.

MARK가 "end"일 경우에만 값이 리턴되며 "start"일 경우 -1을 리턴합니다.

성공일 경우 "9001", 실패일 경우 "9002"를 리턴합니다.

getServiceParameter

public String getServiceParameter()

클라이언트에서 서비스 요청 시 전송되는 파라미터 값을 가져옵니다.

MARK가 "end"일 경우에만 값이 리턴되며 "start"일 경우 -1을 리턴합니다.

getDBSessionID

public String getDBSessionID()

DBMS 세션 ID를 가져옵니다.

MARK가 "end"일 경우에만 값이 리턴되며 "start"일 경우 -1을 리턴합니다.

getExecuteTime

public String getExecuteTime()

서비스 처리 시 소요된 시간을 가져옵니다.(단위: Milliseconds)

MARK가 "end"일 경우에만 값이 리턴되며 "start"일 경우 -1을 리턴합니다.

getErrorCode

public String getErrorCode()

에러 발생 시 에러 코드를 가져옵니다.

getErrorMsg

public String getErrorMsg()

에러 발생 시 에러 메시지를 가져옵니다

getErrorStackTrace

public String getErrorStackTrace()

에러 발생 시 Stack Trace를 가져옵니다.

getDBConns

public String getDBConns()

Alias별 DB 사용 개수를 가져옵니다.