org.databene.contiperf
Class ConcurrentRunner

java.lang.Object
  extended by org.databene.contiperf.ConcurrentRunner
All Implemented Interfaces:
java.lang.Runnable

public class ConcurrentRunner
extends java.lang.Object
implements java.lang.Runnable

Runs several Runnables concurrently. If a Throwable is encountered, execution of all threads is canceled.

Created: 15.04.2010 23:42:30

Since:
1.03
Author:
Volker Bergmann

Constructor Summary
ConcurrentRunner(java.lang.String name, java.lang.Runnable[] runners)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrentRunner

public ConcurrentRunner(java.lang.String name,
                        java.lang.Runnable[] runners)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2010. All Rights Reserved.