com.pushtotest.testmaker.gui
Class RunningAgent

java.lang.Object
  extended by com.pushtotest.testmaker.gui.RunningAgent

public class RunningAgent
extends java.lang.Object

Used to keep track of the Running Agents List entries


Constructor Summary
RunningAgent(AgentScript theagent, AgentRunner thethread)
           
 
Method Summary
 AgentRunner getAgentRunner()
           
 AgentScript getAgentScript()
           
 int getStatus()
           
 void setAgentRunner(AgentRunner thethread)
           
 void setPath(AgentScript theagent)
           
 void setStatus(int thestatus)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunningAgent

public RunningAgent(AgentScript theagent,
                    AgentRunner thethread)
Method Detail

getAgentScript

public AgentScript getAgentScript()

setPath

public void setPath(AgentScript theagent)

getStatus

public int getStatus()

setStatus

public void setStatus(int thestatus)

getAgentRunner

public AgentRunner getAgentRunner()

setAgentRunner

public void setAgentRunner(AgentRunner thethread)