|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcascading.flow.FlowSession
public class FlowSession
FlowSession implementations provide a call-back interface into the current flow management system, if any.
A FlowSession is effectively unique to the currentFlow, where a FlowProcess is unique
to each underlying 'job'.
FlowProcess| Field Summary | |
|---|---|
static FlowSession |
NULL
Field NULL is a noop implemenation of FlowSession. |
| Constructor Summary | |
|---|---|
FlowSession()
Constructor FlowSession creates a new FlowSession instance. |
|
FlowSession(FlowProcess currentProcess)
Constructor FlowSession creates a new FlowSession instance. |
|
| Method Summary | |
|---|---|
FlowProcess |
getCurrentProcess()
Method getCurrentProcess returns the currentProcess of this FlowSession object. |
void |
setCurrentProcess(FlowProcess currentProcess)
Method setCurrentProcess sets the currentProcess of this FlowSession object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final FlowSession NULL
| Constructor Detail |
|---|
public FlowSession()
public FlowSession(FlowProcess currentProcess)
currentProcess - of type FlowProcess| Method Detail |
|---|
public void setCurrentProcess(FlowProcess currentProcess)
currentProcess - the currentProcess of this FlowSession object.public FlowProcess getCurrentProcess()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||