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 classRuntimeEngineImplAn implementation of theRuntimeEnginethat additionally implements theDisposableinterface to allow other components to register listeners on it.classSynchronizedRuntimeImplThis is an extension of the regularRuntimeEngineimplementation strictly dedicated toSingletonRuntimeManagerto ensure that access toRuntimeEngineresources, such asKieSessionandTaskService, remains synchronized.
-