Modifier and Type | Method and Description |
---|---|
FlowFuture |
TaskContext.doFlow(F key,
Object parameter)
Instigates a
JobSequence to be run. |
FlowFuture |
TaskContext.doFlow(int flowIndex,
Object parameter)
Similar to
TaskContext.doFlow(Enum, Object) except that allows dynamic
instigation of flows. |
Modifier and Type | Method and Description |
---|---|
void |
TaskContext.join(FlowFuture flowFuture,
long timeout,
Object token)
Stops this
Task from proceeding to the next Task in its
JobSequence until the JobSequence of the input
FlowFuture is complete. |
Modifier and Type | Class and Description |
---|---|
class |
JobSequenceImpl
Implementation of the
JobSequence . |
Modifier and Type | Method and Description |
---|---|
FlowFuture |
JobExecuteContext.doFlow(FlowMetaData<?> flowMetaData,
Object parameter)
Invokes the
JobSequence for the input FlowMetaData . |
FlowFuture |
AbstractJobContainer.doFlow(FlowMetaData<?> flowMetaData,
Object parameter) |
Modifier and Type | Method and Description |
---|---|
void |
JobExecuteContext.joinFlow(FlowFuture flowFuture,
long timeout,
Object token)
Joins on the
JobSequence for the FlowFuture . |
void |
AbstractJobContainer.joinFlow(FlowFuture flowFuture,
long timeout,
Object token) |
Modifier and Type | Class and Description |
---|---|
class |
ThreadStateImpl
Implementation of the
ThreadState . |
Modifier and Type | Interface and Description |
---|---|
interface |
JobSequence
Represents a sequence of
Job instances that are completed one after
another. |
interface |
ThreadState
State of a thread within the
ProcessState . |
Modifier and Type | Method and Description |
---|---|
FlowFuture |
ReflectiveFlow.doFlow(Object parameter)
Invokes the flow.
|
Copyright © 2005–2016. All rights reserved.