Package org.bonitasoft.engine.execution
Class ContainerRegistry
- java.lang.Object
-
- org.bonitasoft.engine.execution.ContainerRegistry
-
public class ContainerRegistry extends java.lang.Object- Author:
- Baptiste Mesta, Celine Souchet, Matthieu Chaffotte
-
-
Constructor Summary
Constructors Constructor Description ContainerRegistry(WorkService workService, BPMWorkFactory workFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddContainerExecutor(ContainerExecutor containerExecutor)voidexecuteFlowNode(SFlowNodeInstance flowNodeInstance)voidexecuteFlowNodeInSameThread(SFlowNodeInstance flowNodeInstance, java.lang.String containerType)Deprecated.voidnodeReachedState(SFlowNodeInstance flowNodeInstance)voidnotifyChildFinished(SFlowNodeInstance flowNodeInstance)
-
-
-
Constructor Detail
-
ContainerRegistry
public ContainerRegistry(WorkService workService, BPMWorkFactory workFactory)
-
-
Method Detail
-
addContainerExecutor
public void addContainerExecutor(ContainerExecutor containerExecutor)
-
notifyChildFinished
public void notifyChildFinished(SFlowNodeInstance flowNodeInstance) throws SWorkRegisterException
- Throws:
SWorkRegisterException
-
nodeReachedState
public void nodeReachedState(SFlowNodeInstance flowNodeInstance) throws SBonitaException
- Throws:
SBonitaException
-
executeFlowNode
public void executeFlowNode(SFlowNodeInstance flowNodeInstance) throws SWorkRegisterException
- Throws:
SWorkRegisterException
-
executeFlowNodeInSameThread
@Deprecated public void executeFlowNodeInSameThread(SFlowNodeInstance flowNodeInstance, java.lang.String containerType) throws SFlowNodeReadException, SFlowNodeExecutionException
Deprecated.
-
-