org.apache.wicket.threadtest.tester
Class CommandRunner

java.lang.Object
  extended by org.apache.wicket.threadtest.tester.CommandRunner
All Implemented Interfaces:
Runnable

public class CommandRunner
extends Object
implements Runnable

Runs a command.

Author:
eelcohillenius

Nested Class Summary
static interface CommandRunner.CommandRunnerObserver
           
 
Constructor Summary
CommandRunner(List<Command> commands, org.apache.commons.httpclient.HttpClient client, CommandRunner.CommandRunnerObserver observer)
          Construct.
 
Method Summary
 org.apache.commons.httpclient.HttpClient getClient()
          Gets the HTTP client.
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandRunner

public CommandRunner(List<Command> commands,
                     org.apache.commons.httpclient.HttpClient client,
                     CommandRunner.CommandRunnerObserver observer)
Construct.

Parameters:
commands -
client -
Method Detail

getClient

public org.apache.commons.httpclient.HttpClient getClient()
Gets the HTTP client.

Returns:
the HTTP client

run

public void run()
Specified by:
run in interface Runnable
See Also:
Runnable.run()


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.