Package org.apache.oozie.action.control

Class Summary
ControlNodeActionExecutor Base action executor for control nodes: START/END/KILL/FORK/JOIN

This action executor, similar to FsActionExecutor, is completed during the ActionExecutor.start(Context, WorkflowAction).

EndActionExecutor Action executor for END control node.
ForkActionExecutor Action executor for FORK control node.
JoinActionExecutor Action executor for JOIN control node.
KillActionExecutor Action executor for KILL control node.
StartActionExecutor Action executor for START control node.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.