Class TaskQueue<T>
- java.lang.Object
- 
- org.eclipse.net4j.util.concurrent.TaskQueue<T>
 
- 
 public abstract class TaskQueue<T> extends java.lang.Object- Since:
- 3.13
- Author:
- Eike Stepper
 
- 
- 
Constructor SummaryConstructors Constructor Description TaskQueue()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidexecute(T task, IProgressMonitor monitor)protected java.lang.StringgetJobName(T task)protected voidhandleException(T task, java.lang.Exception ex)voidschedule(T task)
 
- 
- 
- 
Method Detail- 
schedulepublic void schedule(T task) 
 - 
getJobNameprotected java.lang.String getJobName(T task) 
 - 
handleExceptionprotected void handleException(T task, java.lang.Exception ex) 
 - 
executeprotected abstract void execute(T task, IProgressMonitor monitor) throws java.lang.Exception - Throws:
- java.lang.Exception
 
 
- 
 
-