Class OrchestratorNodeProcessor
- java.lang.Object
-
- com.dtolabs.rundeck.core.execution.dispatch.OrchestratorNodeProcessor
-
public class OrchestratorNodeProcessor extends java.lang.ObjectOrchestratorNodeProcessor is the class that deals with the concurrent processing of the jobs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOrchestratorNodeProcessor.EntryclassOrchestratorNodeProcessor.OrchestratorRunnablestatic classOrchestratorNodeProcessor.Result
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexecute()OrchestratorNodeProcessor.EntrygetCallable()booleanisInterrupted()voidrunnableFailed()
-
-
-
Method Detail
-
execute
public boolean execute() throws com.dtolabs.rundeck.core.execution.dispatch.OrchestratorNodeProcessor.NodeProcessorException- Throws:
com.dtolabs.rundeck.core.execution.dispatch.OrchestratorNodeProcessor.NodeProcessorException
-
isInterrupted
public boolean isInterrupted()
-
runnableFailed
public void runnableFailed()
-
getCallable
public OrchestratorNodeProcessor.Entry getCallable() throws DispatcherException
- Throws:
DispatcherException
-
-