org.apache.oozie.workflow.lite
Class ForkNodeDef.ForkNodeHandler
java.lang.Object
org.apache.oozie.workflow.lite.NodeHandler
org.apache.oozie.workflow.lite.ForkNodeDef.ForkNodeHandler
- Enclosing class:
- ForkNodeDef
public static class ForkNodeDef.ForkNodeHandler
- extends NodeHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForkNodeDef.ForkNodeHandler
public ForkNodeDef.ForkNodeHandler()
enter
public boolean enter(NodeHandler.Context context)
- Specified by:
enter
in class NodeHandler
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.