Uses of Interface
org.apache.wicket.threadtest.tester.Command

Packages that use Command
org.apache.wicket.threadtest.tester   
 

Uses of Command in org.apache.wicket.threadtest.tester
 

Classes in org.apache.wicket.threadtest.tester that implement Command
 class AbstractCommand
           
 class AbstractGetCommand
           
 class SimpleGetCommand
           
 

Constructors in org.apache.wicket.threadtest.tester with parameters of type Command
Tester(Command command, int numberOfThreads, boolean multipleSessions)
          Construct.
 

Constructor parameters in org.apache.wicket.threadtest.tester with type arguments of type Command
CommandRunner(List<Command> commands, org.apache.commons.httpclient.HttpClient client, CommandRunner.CommandRunnerObserver observer)
          Construct.
Tester(List<Command> commands, int numberOfThreads, boolean multipleSessions)
          Construct.
 



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