|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dtolabs.rundeck.core.execution.dispatch.SequentialNodeDispatcher
public class SequentialNodeDispatcher
SequentialNodeDispatcher is ...
Constructor Summary | |
---|---|
SequentialNodeDispatcher(Framework framework)
|
Method Summary | |
---|---|
DispatcherResult |
dispatch(StepExecutionContext context,
Dispatchable item)
|
DispatcherResult |
dispatch(StepExecutionContext context,
NodeStepExecutionItem item)
XXX: perhaps remove this in lieu of other interface |
DispatcherResult |
dispatch(StepExecutionContext context,
NodeStepExecutionItem item,
Dispatchable toDispatch)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SequentialNodeDispatcher(Framework framework)
Method Detail |
---|
public DispatcherResult dispatch(StepExecutionContext context, NodeStepExecutionItem item) throws DispatcherException
NodeDispatcher
dispatch
in interface NodeDispatcher
DispatcherException
public DispatcherResult dispatch(StepExecutionContext context, Dispatchable item) throws DispatcherException
dispatch
in interface NodeDispatcher
DispatcherException
public DispatcherResult dispatch(StepExecutionContext context, NodeStepExecutionItem item, Dispatchable toDispatch) throws DispatcherException
DispatcherException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |