public interface TaskManager
Task
.Modifier and Type | Method and Description |
---|---|
Object |
getDifferentiator()
Obtains the differentiator for this
Task . |
Class<?> |
getParameterType()
Obtains the parameter type for invoking this
Task . |
ProcessFuture |
invokeTask(Object parameter)
|
Object getDifferentiator()
Task
.Task
. May be null
if
no differentiator for Task
.TaskBuilder.setDifferentiator(Object)
ProcessFuture invokeTask(Object parameter) throws InvalidParameterTypeException
parameter
- Parameter for the Task
.ProcessFuture
to indicate when the ProcessState
executing the Task
has completed.InvalidParameterTypeException
- Should the parameter be of incorrect type for the
Task
.Copyright © 2005–2016. All rights reserved.