org.apache.oozie.service
Class LiteWorkflowStoreService.LiteDecisionHandler
java.lang.Object
org.apache.oozie.workflow.lite.NodeHandler
org.apache.oozie.workflow.lite.DecisionNodeHandler
org.apache.oozie.service.LiteWorkflowStoreService.LiteDecisionHandler
- Enclosing class:
- LiteWorkflowStoreService
public static class LiteWorkflowStoreService.LiteDecisionHandler
- extends DecisionNodeHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiteWorkflowStoreService.LiteDecisionHandler
public LiteWorkflowStoreService.LiteDecisionHandler()
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.