Uses of Interface
org.apache.oozie.workflow.lite.NodeHandler.Context

Packages that use NodeHandler.Context
org.apache.oozie.service   
org.apache.oozie.workflow.lite   
 

Uses of NodeHandler.Context in org.apache.oozie.service
 

Methods in org.apache.oozie.service with parameters of type NodeHandler.Context
 void LiteWorkflowStoreService.LiteActionHandler.end(NodeHandler.Context context)
           
 void LiteWorkflowStoreService.LiteDecisionHandler.end(NodeHandler.Context context)
           
 void LiteWorkflowStoreService.LiteActionHandler.fail(NodeHandler.Context context)
           
 void LiteWorkflowStoreService.LiteDecisionHandler.fail(NodeHandler.Context context)
           
 void LiteWorkflowStoreService.LiteActionHandler.kill(NodeHandler.Context context)
           
 void LiteWorkflowStoreService.LiteDecisionHandler.kill(NodeHandler.Context context)
           
protected static void LiteWorkflowStoreService.liteExecute(NodeHandler.Context context, String actionType)
          Delegation method used by the Action and Decision NodeHandler on start.
protected static void LiteWorkflowStoreService.liteFail(NodeHandler.Context context)
          Delegation method used when failing actions.
protected static void LiteWorkflowStoreService.liteKill(NodeHandler.Context context)
          Delegation method used when killing actions.
 void LiteWorkflowStoreService.LiteActionHandler.start(NodeHandler.Context context)
           
 void LiteWorkflowStoreService.LiteDecisionHandler.start(NodeHandler.Context context)
           
 void LiteWorkflowStoreService.LiteControlNodeHandler.touch(NodeHandler.Context context)
           
 

Uses of NodeHandler.Context in org.apache.oozie.workflow.lite
 

Methods in org.apache.oozie.workflow.lite with parameters of type NodeHandler.Context
abstract  void DecisionNodeHandler.end(NodeHandler.Context context)
           
abstract  void ActionNodeHandler.end(NodeHandler.Context context)
           
abstract  boolean NodeHandler.enter(NodeHandler.Context context)
           
 boolean DecisionNodeHandler.enter(NodeHandler.Context context)
           
 boolean ControlNodeHandler.enter(NodeHandler.Context context)
           
 boolean ActionNodeHandler.enter(NodeHandler.Context context)
           
abstract  String NodeHandler.exit(NodeHandler.Context context)
           
 String DecisionNodeHandler.exit(NodeHandler.Context context)
           
 String ControlNodeHandler.exit(NodeHandler.Context context)
           
 String ActionNodeHandler.exit(NodeHandler.Context context)
           
 void NodeHandler.fail(NodeHandler.Context context)
           
 void ControlNodeHandler.fail(NodeHandler.Context context)
           
 void NodeHandler.kill(NodeHandler.Context context)
           
 void ControlNodeHandler.kill(NodeHandler.Context context)
           
 void NodeHandler.loopDetection(NodeHandler.Context context)
           
 void ControlNodeHandler.loopDetection(NodeHandler.Context context)
           
 List<String> NodeHandler.multiExit(NodeHandler.Context context)
           
 List<String> ControlNodeHandler.multiExit(NodeHandler.Context context)
           
abstract  void DecisionNodeHandler.start(NodeHandler.Context context)
           
abstract  void ActionNodeHandler.start(NodeHandler.Context context)
           
abstract  void ControlNodeHandler.touch(NodeHandler.Context context)
          Called by NodeHandler.enter(Context) when returning TRUE.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.