|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JCoThroughput
JCo Throughput interface.
The implementation of this class stores performance data.
Method Summary | |
---|---|
java.lang.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. |
Method Detail |
---|
java.lang.Object clone()
void reset()
long getNumCalls()
long getMarshallTime()
long getUnmarshallTime()
long getMiddlewareTime()
long getHandleRequestTime()
long getTotalTime()
long getNumSentBytes()
long getNumReceivedBytes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |