Uses of Class
org.jbpm.runtime.manager.impl.RuntimeEngineImpl
-
Packages that use RuntimeEngineImpl Package Description org.jbpm.runtime.manager.impl -
-
Uses of RuntimeEngineImpl in org.jbpm.runtime.manager.impl
Subclasses of RuntimeEngineImpl in org.jbpm.runtime.manager.impl Modifier and Type Class Description class
SynchronizedRuntimeImpl
This is an extension of the regularRuntimeEngine
implementation strictly dedicated toSingletonRuntimeManager
to ensure that access toRuntimeEngine
resources, such asKieSession
andTaskService
, remains synchronized.
-