|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.oozie.workflow.lite.NodeHandler
org.apache.oozie.workflow.lite.ActionNodeHandler
org.apache.oozie.service.LiteWorkflowStoreService.LiteActionHandler
public static class LiteWorkflowStoreService.LiteActionHandler
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 |
---|
public LiteWorkflowStoreService.LiteActionHandler()
Method Detail |
---|
public void start(NodeHandler.Context context) throws WorkflowException
start
in class ActionNodeHandler
WorkflowException
public void end(NodeHandler.Context context)
end
in class ActionNodeHandler
public void kill(NodeHandler.Context context)
kill
in class NodeHandler
public void fail(NodeHandler.Context context)
fail
in class NodeHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |