|
KIE Internal 6.0.1.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
RuntimeEngine
instances based on correlation key instead of process instance id.Disposable
instances are actually disposed.Context interface that does not bring any specifics
to the RuntimeManager and is usually used for instances of manager that does not deal with
contextual information:
Singleton
PerRequest
To obtain instances of this context use static get() method.Executor
ExecutorQueryService
ExecutorAdminService
KieSession form data store (such as db) based on given id.
CorrelationKeyContext without correlation key.
CorrelationKeyContext with correlation key of already existing process instance
ProcessInstanceIdContext without process instance id.
ProcessInstanceIdContext with id of already existing process instance
RuntimeManager
Mapper that provides access to mapping between contexts and
ksession identifiers for tracking purposes.
id
businessKey usually it should be only one with given
business key but it does not have to as same business key requests can be processed sequentially and
thus might be in different statuses.
id regardless of its status
WorkItemManager related to this session.
Status.Created.
drools.agent.newInstance option.
KnowledgeAgent
drools.agent.scanResources = <true|false>
Enables(true) or Disables(false) the continuous scan of resources.Mapper responsibility is to provide correlation between context
identifier and ksession identifier to effectively keep track of what context
has been mapped to given ksession.KieSession
TaskService
ProcessRuntimeContext interface.org.kie.api.runtime.manager.RegisterableItemsFactoryRuleRuntime and StatefulRuleSessionorg.kie.api.runtime.manager.RuntimeEnvironment that contains internal methodsorg.kie.api.runtime.manager.RuntimeManagerFactoryorg.kie.api.runtime.manager.RuntimeManagerFactoryKieSession instances.TaskServiceTaskService instances.KieSession is eligible to be used with given context.
|
KIE Internal 6.0.1.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||