org.databene.contiperf
Class AbstractInvocationRunner
java.lang.Object
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 InvocationRunner
s.
Created: 06.04.2012 17:38:28
- Since:
- 2.1.0
- Author:
- Volker Bergmann
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 java.lang.Runnable |
run |
AbstractInvocationRunner
protected AbstractInvocationRunner(WaitTimer wait)
sleep
protected void sleep()
Copyright © 2013. All Rights Reserved.