Package | Description |
---|---|
org.jbpm.runtime.manager.impl |
Modifier and Type | Class and Description |
---|---|
class |
PerProcessInstanceRuntimeManager
RuntimeManager that is backed by "Per Process Instance" strategy - that means that every process instance will
be bound to a ksession for it's entire life time - once started whenever other operations will be invoked
this manager will ensure that correct ksession will be provided.
|
class |
PerRequestRuntimeManager
RuntimeManager implementation that is backed by "Per Request" strategy - meaning that for every call to
getRuntimeEngine new instance will be delivered with brand new KieSession and TaskService. |
class |
SingletonRuntimeManager
RuntimeManager that is backed by "Singleton" strategy meaning only one
RuntimeEngine instance will
exist for for given RuntimeManager instance. |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.