org.apache.oozie.workflow.lite
Class JoinNodeDef.JoinNodeHandler
java.lang.Object
org.apache.oozie.workflow.lite.NodeHandler
org.apache.oozie.workflow.lite.JoinNodeDef.JoinNodeHandler
- Enclosing class:
- JoinNodeDef
public static class JoinNodeDef.JoinNodeHandler
- extends NodeHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JoinNodeDef.JoinNodeHandler
public JoinNodeDef.JoinNodeHandler()
loopDetection
public void loopDetection(NodeHandler.Context context)
throws WorkflowException
- Overrides:
loopDetection
in class NodeHandler
- Throws:
WorkflowException
enter
public boolean enter(NodeHandler.Context context)
throws WorkflowException
- Specified by:
enter
in class NodeHandler
- Throws:
WorkflowException
multiExit
public List<String> multiExit(NodeHandler.Context context)
- Overrides:
multiExit
in class NodeHandler
exit
public String exit(NodeHandler.Context context)
- Specified by:
exit
in class NodeHandler
kill
public void kill(NodeHandler.Context context)
- Overrides:
kill
in class NodeHandler
fail
public void fail(NodeHandler.Context context)
- Overrides:
fail
in class NodeHandler
Copyright © 2013 Apache Software Foundation. All Rights Reserved.