- All Implemented Interfaces:
Action
Execute an action, repeatedly, concurrently.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ActionRunner
public ActionRunner(int threads,
int iterations,
Action action)
-
Method Details
-
execute
public void execute()
Description copied from interface: Action
Do something. Anything.
- Specified by:
execute
in interface Action
-
getFailures
public int getFailures()