public abstract class ParallelTaskBase<T> extends Object implements ParallelTask<T>
Modifier and Type | Field and Description |
---|---|
protected Future<?> |
scheduledFuture |
Constructor and Description |
---|
ParallelTaskBase() |
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Optional implementation to cancel this task on a best effort basis
|
void |
setScheduledFuture(Future<?> future) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getControl, getQueryInfo, performTask
protected Future<?> scheduledFuture
public void cancel()
ParallelTask
cancel
in interface ParallelTask<T>
public void setScheduledFuture(Future<?> future)
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.