|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.threadtest.tester.CommandRunner
public class CommandRunner
Runs a command.
| Nested Class Summary | |
|---|---|
static interface |
CommandRunner.CommandRunnerObserver
TODO javadoc |
| Constructor Summary | |
|---|---|
CommandRunner(java.util.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 |
|---|
public CommandRunner(java.util.List<Command> commands,
org.apache.commons.httpclient.HttpClient client,
CommandRunner.CommandRunnerObserver observer)
commands - client - observer - | Method Detail |
|---|
public org.apache.commons.httpclient.HttpClient getClient()
public void run()
run in interface java.lang.RunnableRunnable.run()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||