Package | Description |
---|---|
org.jbpm.runtime.manager.impl |
Modifier and Type | Class and Description |
---|---|
class |
PerCaseRuntimeManager
A RuntimeManager implementation that is backed by the "Per Case" strategy.
|
class |
PerProcessInstanceRuntimeManager
A RuntimeManager implementation that is backed by the "Per Process Instance" strategy.
|
class |
PerRequestRuntimeManager
A RuntimeManager implementation that is backed by the "Per Request" strategy.
|
class |
SingletonRuntimeManager
This RuntimeManager is backed by a "Singleton" strategy, meaning that only one
RuntimeEngine instance will
exist for for the given RuntimeManager instance. |
Constructor and Description |
---|
SynchronizedRuntimeImpl(AbstractRuntimeManager manager,
org.kie.api.runtime.KieSession ksession,
org.kie.internal.task.api.InternalTaskService taskService) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.