|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.faban.driver.engine.DriverContext.TimingInfo
public static class DriverContext.TimingInfo
TimingInfo is a value object that contains individual timing records for each operation.
Field Summary | |
---|---|
long |
intendedInvokeTime
Intended Invoke Time. |
long |
invokeTime
Actual Invoke Time. |
long |
lastRespondTime
Last respond time, if any. |
long |
pauseTime
Pause Time. |
long |
respondTime
Respond Time. |
Constructor Summary | |
---|---|
DriverContext.TimingInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long intendedInvokeTime
public long invokeTime
public long respondTime
public long lastRespondTime
public long pauseTime
Constructor Detail |
---|
public DriverContext.TimingInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |