|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.oozie.workflow.lite.NodeHandler
org.apache.oozie.workflow.lite.DecisionNodeHandler
public abstract class DecisionNodeHandler
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.oozie.workflow.lite.NodeHandler |
---|
NodeHandler.Context |
Constructor Summary | |
---|---|
DecisionNodeHandler()
|
Method Summary | |
---|---|
abstract void |
end(NodeHandler.Context context)
|
boolean |
enter(NodeHandler.Context context)
|
java.lang.String |
exit(NodeHandler.Context context)
|
abstract void |
start(NodeHandler.Context context)
|
Methods inherited from class org.apache.oozie.workflow.lite.NodeHandler |
---|
fail, getLoopFlag, kill, loopDetection, multiExit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DecisionNodeHandler()
Method Detail |
---|
public final boolean enter(NodeHandler.Context context) throws WorkflowException
enter
in class NodeHandler
WorkflowException
public final java.lang.String exit(NodeHandler.Context context) throws WorkflowException
exit
in class NodeHandler
WorkflowException
public abstract void start(NodeHandler.Context context) throws WorkflowException
WorkflowException
public abstract void end(NodeHandler.Context context) throws WorkflowException
WorkflowException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |