org.apache.oozie.workflow.lite
Class KillNodeDef.KillNodeHandler

java.lang.Object
  extended by org.apache.oozie.workflow.lite.NodeHandler
      extended by org.apache.oozie.workflow.lite.KillNodeDef.KillNodeHandler
Enclosing class:
KillNodeDef

public static class KillNodeDef.KillNodeHandler
extends NodeHandler


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.oozie.workflow.lite.NodeHandler
NodeHandler.Context
 
Constructor Summary
KillNodeDef.KillNodeHandler()
           
 
Method Summary
 boolean enter(NodeHandler.Context context)
           
 String exit(NodeHandler.Context context)
           
 void fail(NodeHandler.Context context)
           
 void kill(NodeHandler.Context context)
           
 
Methods inherited from class org.apache.oozie.workflow.lite.NodeHandler
getLoopFlag, loopDetection, multiExit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KillNodeDef.KillNodeHandler

public KillNodeDef.KillNodeHandler()
Method Detail

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.