|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.sap.mw.jco.JCO.Throughput
JCO Throughput class. This class holds performance data.
| Constructor Summary | |
JCO.Throughput()
|
|
| Method Summary | |
java.lang.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 marshall data from C to Java |
void |
reset()
Resets the class variables, i.e. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public JCO.Throughput()
| Method Detail |
public java.lang.Object clone()
public final void reset()
public final long getNumCalls()
public final long getMarshallTime()
public final long getUnmarshallTime()
public final long getMiddlewareTime()
public final long getHandleRequestTime()
public final long getTotalTime()
public final long getNumSentBytes()
public final long getNumReceivedBytes()
public java.lang.String toString()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||