public interface JCoThroughput
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a clone of this timing object.
|
long |
getHandleRequestTime()
Returns the time consumed by the server's handle request method.
|
long |
getMarshallTime()
Returns the time consumed to marshall data from Java to C.
|
long |
getMiddlewareTime()
Returns the time consumed by the middleware layer.
|
long |
getNumCalls()
Returns the number of calls since the last reset.
|
long |
getNumReceivedBytes()
Returns the no.
|
long |
getNumSentBytes()
Returns the no.
|
long |
getTotalTime()
Returns the total execution time.
|
long |
getUnmarshallTime()
Returns the time consumed to marshal data from C to Java.
|
void |
reset()
Resets the class variables, i.e.
|
Object clone()
void reset()
long getNumCalls()
long getMarshallTime()
long getUnmarshallTime()
long getMiddlewareTime()
long getHandleRequestTime()
long getTotalTime()
long getNumSentBytes()
long getNumReceivedBytes()
Copyright © 2016 SAP. All Rights Reserved.