org.apache.oozie.workflow.lite
Class DecisionNodeHandler

java.lang.Object
  extended by org.apache.oozie.workflow.lite.NodeHandler
      extended by org.apache.oozie.workflow.lite.DecisionNodeHandler
Direct Known Subclasses:
LiteWorkflowStoreService.LiteDecisionHandler

public abstract class DecisionNodeHandler
extends NodeHandler


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

Constructor Detail

DecisionNodeHandler

public DecisionNodeHandler()
Method Detail

enter

public final boolean enter(NodeHandler.Context context)
                    throws WorkflowException
Specified by:
enter in class NodeHandler
Throws:
WorkflowException

exit

public final String exit(NodeHandler.Context context)
                  throws WorkflowException
Specified by:
exit in class NodeHandler
Throws:
WorkflowException

start

public abstract void start(NodeHandler.Context context)
                    throws WorkflowException
Throws:
WorkflowException

end

public abstract void end(NodeHandler.Context context)
                  throws WorkflowException
Throws:
WorkflowException


Copyright © 2012 Apache Software Foundation. All Rights Reserved.