<< Click to Display Table of Contents >>
OZSAPLogTarget
This interface provides SAP store related information.
Method Detail
getFunctionName
public String getFunctionName()
Gets the name of the function requested by the client.
getFunctionType
public String getFunctionType()
Gets the function type requested by the client.
getInputParameters
public HashMap getInputParameters()
Gets the input parameter requested from the client in the form of HashMap.
getResultSetTypes
public String getResultSetTypes()
Gets the type of the ResultSet requested by the client.
getFunctionExecuteTime
public long getFunctionExecuteTime()
Gets the time taken for the function requested by the client to execute.(Unit: Milliseconds)
getFunctionState
public String getFunctionState()
Gets whether the function requested by the client successfully executed.