Uses of Interface
org.jbpm.process.core.DisposableRuntimeEngine
-
Packages that use DisposableRuntimeEngine Package Description org.jbpm.runtime.manager.impl -
-
Uses of DisposableRuntimeEngine in org.jbpm.runtime.manager.impl
Classes in org.jbpm.runtime.manager.impl that implement DisposableRuntimeEngine Modifier and Type Class Description class
RuntimeEngineImpl
An implementation of theRuntimeEngine
that additionally implements theDisposable
interface to allow other components to register listeners on it.class
SynchronizedRuntimeImpl
This is an extension of the regularRuntimeEngine
implementation strictly dedicated toSingletonRuntimeManager
to ensure that access toRuntimeEngine
resources, such asKieSession
andTaskService
, remains synchronized.
-