org.apache.wicket.threadtest.tester
Class AbstractCommand

java.lang.Object
  extended by org.apache.wicket.threadtest.tester.AbstractCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
AbstractGetCommand

public abstract class AbstractCommand
extends Object
implements Command


Constructor Summary
AbstractCommand(List<String> urls, int iterations)
          Construct.
 
Method Summary
 int getIterations()
          Gets iterations.
 List<String> getUrls()
          Gets urls.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.wicket.threadtest.tester.Command
execute
 

Constructor Detail

AbstractCommand

public AbstractCommand(List<String> urls,
                       int iterations)
Construct.

Parameters:
urls - URLs to visit
iterations - number of executions of the urls
Method Detail

getIterations

public int getIterations()
Gets iterations.

Returns:
iterations

getUrls

public List<String> getUrls()
Gets urls.

Returns:
urls


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