com.dtolabs.rundeck.core.execution.dispatch
Class SequentialNodeDispatcher

java.lang.Object
  extended by com.dtolabs.rundeck.core.execution.dispatch.SequentialNodeDispatcher
All Implemented Interfaces:
NodeDispatcher

public class SequentialNodeDispatcher
extends java.lang.Object
implements NodeDispatcher

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

SequentialNodeDispatcher

public SequentialNodeDispatcher(Framework framework)
Method Detail

dispatch

public DispatcherResult dispatch(StepExecutionContext context,
                                 NodeStepExecutionItem item)
                          throws DispatcherException
Description copied from interface: NodeDispatcher
XXX: perhaps remove this in lieu of other interface

Specified by:
dispatch in interface NodeDispatcher
Throws:
DispatcherException

dispatch

public DispatcherResult dispatch(StepExecutionContext context,
                                 Dispatchable item)
                          throws DispatcherException
Specified by:
dispatch in interface NodeDispatcher
Throws:
DispatcherException

dispatch

public DispatcherResult dispatch(StepExecutionContext context,
                                 NodeStepExecutionItem item,
                                 Dispatchable toDispatch)
                          throws DispatcherException
Throws:
DispatcherException