<< Click to Display Table of Contents >>
OZSAPLogTarget
OZ UDL에서 SAP 스토어 정보를 사용하기 위한 인터페이스로, 함수가 실행된 후에 로그가 기록됩니다.
Method Detail
getFunctionName
public String getFunctionName()
클라이언트에서 요청한 함수 이름을 가져옵니다.
getFunctionType
public String getFunctionType()
클라이언트에서 요청한 함수 타입을 가져옵니다.
getInputParameters
public HashMap getInputParameters()
클라이언트에서 요청한 입력 파라미터를 HashMap 형태(key, value)로 가져옵니다.
getResultSetTypes
public String getResultSetTypes()
클라이언트에서 요청한 ResultSet의 타입(Structure, Table, SimpleFields)을 가져옵니다.
getFunctionExecuteTime
public long getFunctionExecuteTime()
클라이언트에서 요청한 함수가 실행되는 시간을 가져옵니다.(단위: Milliseconds)
getFunctionState
public String getFunctionState()
클라이언트에서 요청한 함수가 정상적으로 실행되었는지 여부(true, false:ErrMsg)를 가져옵니다.