org.databene.contiperf
Class TimedRunner

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

public class TimedRunner
extends AbstractInvocationRunner

Calls the invoker for a certain amount of time.

Created: 15.04.2010 23:13:52

Since:
1.03
Author:
Volker Bergmann

Constructor Summary
TimedRunner(Invoker invoker, ArgumentsProvider argsProvider, WaitTimer waitTimer, long duration)
           
 
Method Summary
 void close()
           
 void run()
           
 String toString()
           
 
Methods inherited from class org.databene.contiperf.AbstractInvocationRunner
sleep
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimedRunner

public TimedRunner(Invoker invoker,
                   ArgumentsProvider argsProvider,
                   WaitTimer waitTimer,
                   long duration)
Method Detail

run

public void run()

close

public void close()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.