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