cz.cuni.amis.tests
Class ConcurrentTask
java.lang.Object
cz.cuni.amis.tests.ConcurrentTask
- All Implemented Interfaces:
- Runnable
public abstract class ConcurrentTask
- extends Object
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConcurrentTask
public ConcurrentTask()
setLatch
public void setLatch(CountDownLatch latch)
setLogger
public void setLogger(Logger log)
run
public final void run()
- Specified by:
run
in interface Runnable
isException
public boolean isException()
getException
public Exception getException()
runImpl
protected abstract void runImpl()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.