|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.cog.karajan.workflow.nodes.FlowNode
org.globus.cog.karajan.workflow.nodes.FlowContainer
org.globus.cog.karajan.workflow.nodes.Sequential
org.globus.cog.karajan.workflow.nodes.While
public class While
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.globus.cog.karajan.workflow.nodes.FlowNode |
---|
FlowNode.FNTP |
Field Summary |
---|
Fields inherited from class org.globus.cog.karajan.workflow.nodes.FlowNode |
---|
A_INLINE_TEXT, debug, startCount, STDERR, STDOUT, threadTracker |
Fields inherited from interface org.globus.cog.karajan.workflow.nodes.FlowElement |
---|
ANNOTATION, CALLER, FILENAME, LINE, TEXT, UID |
Constructor Summary | |
---|---|
While()
|
Method Summary | |
---|---|
void |
event(Event e)
|
protected void |
loopNotificationEvent(LoopNotificationEvent e)
|
void |
pre(VariableStack stack)
|
protected void |
startNext(VariableStack stack)
|
Methods inherited from class org.globus.cog.karajan.workflow.nodes.Sequential |
---|
childCompleted, executeChildren, executeSingle, exit, getIndex, moreToExecute, notificationEvent, preDecIndex, preIncIndex, setIndex, startElement |
Methods inherited from class org.globus.cog.karajan.workflow.nodes.FlowContainer |
---|
execute, getChildFailed, initializeStatic, isOptimizable, post, setChildFailed, setOptimize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public While()
Method Detail |
---|
public void pre(VariableStack stack) throws ExecutionException
pre
in class FlowContainer
ExecutionException
protected void startNext(VariableStack stack) throws ExecutionException
startNext
in class Sequential
ExecutionException
public void event(Event e) throws ExecutionException
event
in interface EventListener
event
in class FlowNode
ExecutionException
protected void loopNotificationEvent(LoopNotificationEvent e) throws ExecutionException
ExecutionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |