Package org.bonitasoft.engine.execution
Class ContainerRegistry
java.lang.Object
org.bonitasoft.engine.execution.ContainerRegistry
- Author:
- Baptiste Mesta, Celine Souchet, Matthieu Chaffotte
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContainerExecutor(ContainerExecutor containerExecutor) voidexecuteFlowNode(SFlowNodeInstance flowNodeInstance) voidexecuteFlowNodeInSameThread(SFlowNodeInstance flowNodeInstance, String containerType) Deprecated.voidnodeReachedState(SFlowNodeInstance flowNodeInstance) voidnotifyChildFinished(SFlowNodeInstance flowNodeInstance)
-
Constructor Details
-
ContainerRegistry
-
-
Method Details
-
addContainerExecutor
-
notifyChildFinished
- Throws:
SWorkRegisterException
-
nodeReachedState
- Throws:
SBonitaException
-
executeFlowNode
- Throws:
SWorkRegisterException
-
executeFlowNodeInSameThread
@Deprecated public void executeFlowNodeInSameThread(SFlowNodeInstance flowNodeInstance, String containerType) throws SFlowNodeReadException, SFlowNodeExecutionException Deprecated.
-