com.dtolabs.rundeck.core.execution.dispatch
Interface NodeDispatcher

All Known Implementing Classes:
ParallelNodeDispatcher, SequentialNodeDispatcher

public interface NodeDispatcher

NodeDispatcher is ...


Method Summary
 DispatcherResult dispatch(StepExecutionContext context, Dispatchable item)
           
 DispatcherResult dispatch(StepExecutionContext context, NodeStepExecutionItem item)
          XXX: perhaps remove this in lieu of other interface
 

Method Detail

dispatch

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

Throws:
DispatcherException

dispatch

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