org.databene.contiperf
Class AbstractInvocationRunner

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

public abstract class AbstractInvocationRunner
extends Object
implements InvocationRunner

Abstract helper class which provides common functionality for InvocationRunners.

Created: 06.04.2012 17:38:28

Since:
2.1.0
Author:
Volker Bergmann

Constructor Summary
protected AbstractInvocationRunner(WaitTimer wait)
           
 
Method Summary
protected  void sleep()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.databene.contiperf.InvocationRunner
close
 
Methods inherited from interface java.lang.Runnable
run
 

Constructor Detail

AbstractInvocationRunner

protected AbstractInvocationRunner(WaitTimer wait)
Method Detail

sleep

protected void sleep()


Copyright © 2013. All Rights Reserved.