org.apache.oozie.workflow.lite
Class StartNodeDef.StartNodeHandler
java.lang.Object
org.apache.oozie.workflow.lite.NodeHandler
org.apache.oozie.workflow.lite.StartNodeDef.StartNodeHandler
- Enclosing class:
- StartNodeDef
public static class StartNodeDef.StartNodeHandler
- extends NodeHandler
Start node handler.
It does an immediate transition to the transitionTo node.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartNodeDef.StartNodeHandler
public StartNodeDef.StartNodeHandler()
enter
public boolean enter(NodeHandler.Context context)
throws WorkflowException
- Specified by:
enter
in class NodeHandler
- Throws:
WorkflowException
exit
public String exit(NodeHandler.Context context)
- Specified by:
exit
in class NodeHandler
kill
public void kill(NodeHandler.Context context)
- Overrides:
kill
in class NodeHandler
fail
public void fail(NodeHandler.Context context)
- Overrides:
fail
in class NodeHandler
Copyright © 2013 Apache Software Foundation. All Rights Reserved.