public interface JCoThroughput
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a clone of this object.
|
long |
getHandleRequestTime()
Returns the time consumed by the server's handle request method.
|
long |
getMarshallTime()
Returns the time consumed for marshaling data from JCo to network representation.
|
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 number of data bytes received from the remote system.
|
long |
getNumSentBytes()
Returns the number of data bytes sent to the remote system.
|
long |
getTotalTime()
Returns the total execution time.
|
long |
getUnmarshallTime()
Returns the time consumed for marshaling data from network to JCo representation.
|
void |
reset()
Resets all the instance variables to zero.
|
Object clone()
void reset()
long getNumCalls()
long getMarshallTime()
long getUnmarshallTime()
long getMiddlewareTime()
long getHandleRequestTime()
long getTotalTime()
long getNumSentBytes()
long getNumReceivedBytes()
Copyright © 2017 SAP. All Rights Reserved.