com.pushtotest.testmaker.gui
Class RunningAgent
java.lang.Object
com.pushtotest.testmaker.gui.RunningAgent
public class RunningAgent
- extends java.lang.Object
Used to keep track of the Running Agents List entries
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunningAgent
public RunningAgent(AgentScript theagent,
AgentRunner thethread)
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)