org.apache.wicket.threadtest.tester
Interface Command

All Known Implementing Classes:
AbstractCommand, AbstractGetCommand, SimpleGetCommand

public interface Command

Command interface.

Author:
eelcohillenius

Method Summary
 void execute(CommandRunner runner)
          Execute one iteration.
 

Method Detail

execute

void execute(CommandRunner runner)
             throws Exception
Execute one iteration.

Parameters:
runner - command runner that executes this command
Throws:
Exception


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