qat.agent
Class Agent

java.lang.Object
  extended byqat.agent.Agent

public class Agent
extends java.lang.Object

The agent is responsible for interfacing with the QA Test harness, and recieving, executing, cleaning etc. of tests for each request sent by the harness. Multiple requests may run simultaneously.


Constructor Summary
Agent(java.lang.String[] args)
          This constructs an agent which will listen to harness requests on the specified port.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Agent

public Agent(java.lang.String[] args)
This constructs an agent which will listen to harness requests on the specified port.

Parameters:
args - the port number on which to listen for harness messages..


See QAT project for licensing details