org.databene.contiperf
Interface InvocationRunner

All Superinterfaces:
Closeable, Runnable
All Known Implementing Classes:
AbstractInvocationRunner, ConcurrentRunner, CountRunner, TimedRunner

public interface InvocationRunner
extends Runnable, Closeable

Parent interface for ContiPerf adapters that perform, if necessary, parameter generation and the actual invocation of a target service.

Created: 03.06.2010 19:18:21

Since:
1.07
Author:
Volker Bergmann

Method Summary
 void close()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

close

void close()
Specified by:
close in interface Closeable


Copyright © 2013. All Rights Reserved.