public interface KKApiMgrIf
Modifier and Type | Method and Description |
---|---|
void |
apiEnd(KKApiObjIf obj)
Called at the end of the API call - just before returning
|
KKApiObjIf |
apiStart(java.lang.String name)
Called at the start of the API call
|
KKApiObjIf |
apiStart(java.lang.String name,
boolean debugOnly)
Called at the start of the API call
|
java.lang.String |
getElapsed(KKApiObjIf obj)
Called at any time to get a String indicating the elapsed time.
|
long |
getElapsedMS(KKApiObjIf obj)
Called at any time to get a long indicating the elapsed time.
|
KKApiObjIf apiStart(java.lang.String name)
name
- the API nameKKApiObjIf apiStart(java.lang.String name, boolean debugOnly)
name
- the API namedebugOnly
- Only set up the KKApiObj if debug logging is enabledvoid apiEnd(KKApiObjIf obj)
obj
- the KKApiObjIf returned from the earlier apiStart calljava.lang.String getElapsed(KKApiObjIf obj)
obj
- the KKApiObjIf returned from the earlier apiStart calllong getElapsedMS(KKApiObjIf obj)
obj
- the KKApiObjIf returned from the earlier apiStart callCopyright © 2018 DS Data Systems UK Ltd.