Class PipelineExecutorTaskManagerImpl.TaskEntry
- java.lang.Object
-
- org.guvnor.ala.pipeline.execution.impl.PipelineExecutorTaskManagerImpl.TaskEntry
-
- Enclosing class:
- PipelineExecutorTaskManagerImpl
protected static class PipelineExecutorTaskManagerImpl.TaskEntry extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PipelineExecutorTaskImplgetTask()booleanisAsync()static PipelineExecutorTaskManagerImpl.TaskEntrynewAsyncEntry(PipelineExecutorTaskImpl task)static PipelineExecutorTaskManagerImpl.TaskEntrynewSyncEntry(PipelineExecutorTaskImpl task)
-
-
-
Method Detail
-
newAsyncEntry
public static PipelineExecutorTaskManagerImpl.TaskEntry newAsyncEntry(PipelineExecutorTaskImpl task)
-
newSyncEntry
public static PipelineExecutorTaskManagerImpl.TaskEntry newSyncEntry(PipelineExecutorTaskImpl task)
-
getTask
public PipelineExecutorTaskImpl getTask()
-
isAsync
public boolean isAsync()
-
-