jBPM distribution 6.0.1.Final

Uses of Class
org.jbpm.runtime.manager.impl.AbstractRuntimeManager

Packages that use AbstractRuntimeManager
org.jbpm.runtime.manager.impl   
 

Uses of AbstractRuntimeManager in org.jbpm.runtime.manager.impl
 

Subclasses of AbstractRuntimeManager in org.jbpm.runtime.manager.impl
 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.
 


jBPM distribution 6.0.1.Final

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.