com.sun.faban.driver.engine
Class RunInfo.AgentInfo

java.lang.Object
  extended by com.sun.faban.driver.engine.RunInfo.AgentInfo
All Implemented Interfaces:
Serializable
Enclosing class:
RunInfo

public static class RunInfo.AgentInfo
extends Object
implements Serializable

Information passed to individual agents. This changes from one to another agent.

See Also:
Serialized Form

Field Summary
 int agentNumber
          Agent number.
 double agentScale
          Scale of the agent.
 String agentType
          Type of the agent.
 int startThreadNumber
          Starting thread number.
 int threads
          Number of threads.
 
Constructor Summary
RunInfo.AgentInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agentNumber

public int agentNumber
Agent number.


startThreadNumber

public int startThreadNumber
Starting thread number.


threads

public int threads
Number of threads.


agentScale

public double agentScale
Scale of the agent.


agentType

public transient String agentType
Type of the agent.

Constructor Detail

RunInfo.AgentInfo

public RunInfo.AgentInfo()