org.databene.contiperf
Class CountRunner

java.lang.Object
  extended by org.databene.contiperf.CountRunner
All Implemented Interfaces:
java.lang.Runnable

public class CountRunner
extends java.lang.Object
implements java.lang.Runnable

Calls the invoker a fixed number of times.

Created: 22.10.2009 06:30:28

Since:
1.0
Author:
Volker Bergmann

Constructor Summary
CountRunner(Invoker invoker, ArgumentsProvider argsProvider, long invocations, boolean yield)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountRunner

public CountRunner(Invoker invoker,
                   ArgumentsProvider argsProvider,
                   long invocations,
                   boolean yield)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2010. All Rights Reserved.