|
jBPM distribution 6.0.0.Beta5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RuntimeManager in org.jbpm.kie.services.api |
---|
Methods in org.jbpm.kie.services.api that return RuntimeManager | |
---|---|
RuntimeManager |
DeployedUnit.getRuntimeManager()
|
RuntimeManager |
DeploymentService.getRuntimeManager(String deploymentUnitId)
|
Uses of RuntimeManager in org.jbpm.kie.services.impl |
---|
Methods in org.jbpm.kie.services.impl that return RuntimeManager | |
---|---|
RuntimeManager |
DeployedUnitImpl.getRuntimeManager()
|
RuntimeManager |
AbstractDeploymentService.getRuntimeManager(String deploymentUnitId)
|
Methods in org.jbpm.kie.services.impl with parameters of type RuntimeManager | |
---|---|
void |
DeployedUnitImpl.setRuntimeManager(RuntimeManager manager)
|
Uses of RuntimeManager in org.jbpm.process.core.timer.impl |
---|
Fields in org.jbpm.process.core.timer.impl declared as RuntimeManager | |
---|---|
protected RuntimeManager |
GlobalTimerService.manager
|
Constructors in org.jbpm.process.core.timer.impl with parameters of type RuntimeManager | |
---|---|
GlobalTimerService.DisposableCommandService(org.drools.core.command.CommandService delegate,
RuntimeManager manager,
RuntimeEngine runtime)
|
|
GlobalTimerService(RuntimeManager manager,
GlobalSchedulerService schedulerService)
|
Uses of RuntimeManager in org.jbpm.runtime.manager.impl |
---|
Classes in org.jbpm.runtime.manager.impl that implement RuntimeManager | |
---|---|
class |
AbstractRuntimeManager
Common implementation that all RuntimeManager implementation should inherit from. |
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. |
Methods in org.jbpm.runtime.manager.impl that return RuntimeManager | |
---|---|
RuntimeManager |
RuntimeEngineImpl.getManager()
|
RuntimeManager |
RuntimeManagerFactoryImpl.newPerProcessInstanceRuntimeManager(org.kie.internal.runtime.manager.RuntimeEnvironment environment)
|
RuntimeManager |
RuntimeManagerFactoryImpl.newPerProcessInstanceRuntimeManager(org.kie.internal.runtime.manager.RuntimeEnvironment environment,
String identifier)
|
RuntimeManager |
RuntimeManagerFactoryImpl.newPerRequestRuntimeManager(org.kie.internal.runtime.manager.RuntimeEnvironment environment)
|
RuntimeManager |
RuntimeManagerFactoryImpl.newPerRequestRuntimeManager(org.kie.internal.runtime.manager.RuntimeEnvironment environment,
String identifier)
|
RuntimeManager |
RuntimeManagerFactoryImpl.newSingletonRuntimeManager(org.kie.internal.runtime.manager.RuntimeEnvironment environment)
|
RuntimeManager |
RuntimeManagerFactoryImpl.newSingletonRuntimeManager(org.kie.internal.runtime.manager.RuntimeEnvironment environment,
String identifier)
|
Methods in org.jbpm.runtime.manager.impl with parameters of type RuntimeManager | |
---|---|
protected void |
RuntimeManagerFactoryImpl.initTimerService(org.kie.internal.runtime.manager.RuntimeEnvironment environment,
RuntimeManager manager)
|
void |
RuntimeEngineImpl.setManager(RuntimeManager manager)
|
Uses of RuntimeManager in org.jbpm.runtime.manager.impl.cdi |
---|
Methods in org.jbpm.runtime.manager.impl.cdi that return RuntimeManager | |
---|---|
RuntimeManager |
RuntimeManagerProducer.newPerProcessInstanceRuntimeManager()
|
RuntimeManager |
RuntimeManagerProducer.newPerRequestRuntimeManager()
|
RuntimeManager |
RuntimeManagerProducer.newSingletonRuntimeManager()
|
Uses of RuntimeManager in org.jbpm.runtime.manager.impl.tx |
---|
Constructors in org.jbpm.runtime.manager.impl.tx with parameters of type RuntimeManager | |
---|---|
DisposeSessionTransactionSynchronization(RuntimeManager manager,
RuntimeEngine runtime)
|
Uses of RuntimeManager in org.jbpm.services.task.wih |
---|
Methods in org.jbpm.services.task.wih that return RuntimeManager | |
---|---|
RuntimeManager |
ExternalTaskEventListener.getManager(Task task)
|
RuntimeManager |
LocalHTWorkItemHandler.getRuntimeManager()
|
RuntimeManager |
ExternalTaskEventListener.getRuntimeManager()
|
Methods in org.jbpm.services.task.wih that return types with arguments of type RuntimeManager | |
---|---|
Map<String,RuntimeManager> |
ExternalTaskEventListener.getMappedManagers()
|
Methods in org.jbpm.services.task.wih with parameters of type RuntimeManager | |
---|---|
void |
ExternalTaskEventListener.addMappedManger(String name,
RuntimeManager manager)
|
void |
LocalHTWorkItemHandler.setRuntimeManager(RuntimeManager runtimeManager)
|
void |
ExternalTaskEventListener.setRuntimeManager(RuntimeManager runtimeManager)
|
Method parameters in org.jbpm.services.task.wih with type arguments of type RuntimeManager | |
---|---|
void |
ExternalTaskEventListener.setMappedManagers(Map<String,RuntimeManager> mappedManagers)
|
|
jBPM distribution 6.0.0.Beta5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |