com.sun.faban.driver.engine
Class DriverContext.TimingInfo

java.lang.Object
  extended by com.sun.faban.driver.engine.DriverContext.TimingInfo
Enclosing class:
DriverContext

public static class DriverContext.TimingInfo
extends Object

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

intendedInvokeTime

public long intendedInvokeTime
Intended Invoke Time.


invokeTime

public long invokeTime
Actual Invoke Time.


respondTime

public long respondTime
Respond Time.


lastRespondTime

public long lastRespondTime
Last respond time, if any.


pauseTime

public long pauseTime
Pause Time.

Constructor Detail

DriverContext.TimingInfo

public DriverContext.TimingInfo()