|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.oozie.workflow.lite.NodeHandler
public abstract class NodeHandler
Nested Class Summary | |
---|---|
static interface |
NodeHandler.Context
|
Constructor Summary | |
---|---|
NodeHandler()
|
Method Summary | |
---|---|
abstract boolean |
enter(NodeHandler.Context context)
|
abstract java.lang.String |
exit(NodeHandler.Context context)
|
void |
fail(NodeHandler.Context context)
|
static java.lang.String |
getLoopFlag(java.lang.String nodeName)
|
void |
kill(NodeHandler.Context context)
|
void |
loopDetection(NodeHandler.Context context)
|
java.util.List<java.lang.String> |
multiExit(NodeHandler.Context context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeHandler()
Method Detail |
---|
public static java.lang.String getLoopFlag(java.lang.String nodeName)
public void loopDetection(NodeHandler.Context context) throws WorkflowException
WorkflowException
public abstract boolean enter(NodeHandler.Context context) throws WorkflowException
WorkflowException
public java.util.List<java.lang.String> multiExit(NodeHandler.Context context) throws WorkflowException
WorkflowException
public abstract java.lang.String exit(NodeHandler.Context context) throws WorkflowException
WorkflowException
public void kill(NodeHandler.Context context)
public void fail(NodeHandler.Context context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |