org.apache.oozie.service
Class LiteWorkflowStoreService.LiteActionHandler

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

public static class LiteWorkflowStoreService.LiteActionHandler
extends ActionNodeHandler


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.oozie.workflow.lite.NodeHandler
NodeHandler.Context
 
Field Summary
 
Fields inherited from class org.apache.oozie.workflow.lite.ActionNodeHandler
ERROR, OK
 
Constructor Summary
LiteWorkflowStoreService.LiteActionHandler()
           
 
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.ActionNodeHandler
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.LiteActionHandler

public LiteWorkflowStoreService.LiteActionHandler()
Method Detail

start

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

end

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

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 © 2012 Apache Software Foundation. All Rights Reserved.