|
||||||||||
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 holds performance data.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 |