org.databene.contiperf
Class CountRunner

java.lang.Object
  extended by org.databene.contiperf.AbstractInvocationRunner
      extended by org.databene.contiperf.CountRunner
All Implemented Interfaces:
Closeable, Runnable, InvocationRunner

public class CountRunner
extends AbstractInvocationRunner

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, WaitTimer waitTimer, AtomicLong invocationsLeft)
           
 
Method Summary
 void close()
           
 void run()
           
 
Methods inherited from class org.databene.contiperf.AbstractInvocationRunner
sleep
 
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,
                   WaitTimer waitTimer,
                   AtomicLong invocationsLeft)
Method Detail

run

public void run()

close

public void close()


Copyright © 2013. All Rights Reserved.