Uses of Interface
org.databene.contiperf.InvocationRunner

Packages that use InvocationRunner
org.databene.contiperf   
 

Uses of InvocationRunner in org.databene.contiperf
 

Classes in org.databene.contiperf that implement InvocationRunner
 class AbstractInvocationRunner
          Abstract helper class which provides common functionality for InvocationRunners.
 class ConcurrentRunner
          Runs several Runnables concurrently.
 class CountRunner
          Calls the invoker a fixed number of times.
 class TimedRunner
          Calls the invoker for a certain amount of time.
 

Constructors in org.databene.contiperf with parameters of type InvocationRunner
ConcurrentRunner(String name, InvocationRunner[] runners, int rampUp)
           
 



Copyright © 2013. All Rights Reserved.