org.apache.oozie.service
Class LiteWorkflowStoreService.LiteDecisionHandler

java.lang.Object
  extended by org.apache.oozie.workflow.lite.NodeHandler
      extended by org.apache.oozie.workflow.lite.DecisionNodeHandler
          extended by org.apache.oozie.service.LiteWorkflowStoreService.LiteDecisionHandler
Enclosing class:
LiteWorkflowStoreService

public static class LiteWorkflowStoreService.LiteDecisionHandler
extends DecisionNodeHandler


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.oozie.workflow.lite.NodeHandler
NodeHandler.Context
 
Constructor Summary
LiteWorkflowStoreService.LiteDecisionHandler()
           
 
Method Summary
 void end(NodeHandler.Context context)
           
 void fail(NodeHandler.Context context)
           
 void kill(NodeHandler.Context context)
           
 void start(NodeHandler.Context context)
           
 
Methods inherited from class org.apache.oozie.workflow.lite.DecisionNodeHandler
enter, exit
 
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

LiteWorkflowStoreService.LiteDecisionHandler

public LiteWorkflowStoreService.LiteDecisionHandler()
Method Detail

start

public void start(NodeHandler.Context context)
           throws WorkflowException
Specified by:
start in class DecisionNodeHandler
Throws:
WorkflowException

end

public void end(NodeHandler.Context context)
Specified by:
end in class DecisionNodeHandler

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.