|
||||||||||
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
public abstract class ActionNodeHandler
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.oozie.workflow.lite.NodeHandler |
---|
NodeHandler.Context |
Field Summary | |
---|---|
static java.lang.String |
ERROR
|
static java.lang.String |
OK
|
Constructor Summary | |
---|---|
ActionNodeHandler()
|
Method Summary | |
---|---|
abstract void |
end(NodeHandler.Context context)
|
boolean |
enter(NodeHandler.Context context)
|
java.lang.String |
exit(NodeHandler.Context context)
|
abstract void |
start(NodeHandler.Context context)
|
Methods inherited from class org.apache.oozie.workflow.lite.NodeHandler |
---|
fail, getLoopFlag, kill, loopDetection, multiExit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String OK
public static final java.lang.String ERROR
Constructor Detail |
---|
public ActionNodeHandler()
Method Detail |
---|
public final boolean enter(NodeHandler.Context context) throws WorkflowException
enter
in class NodeHandler
WorkflowException
public final java.lang.String exit(NodeHandler.Context context) throws WorkflowException
exit
in class NodeHandler
WorkflowException
public abstract void start(NodeHandler.Context context) throws WorkflowException
WorkflowException
public abstract void end(NodeHandler.Context context) throws WorkflowException
WorkflowException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |