Package | Description |
---|---|
org.kie.internal | |
org.kie.internal.agent |
The KnowlegeAgent provides automatic loading, caching and re-loading, of resources and is configured from a properties files.
|
Modifier and Type | Method and Description |
---|---|
StatelessKnowledgeSession |
KnowledgeBase.newStatelessKnowledgeSession()
Deprecated.
Create a new StatelessKnowledgeSession using the default session configuration.
|
StatelessKnowledgeSession |
KnowledgeBase.newStatelessKnowledgeSession(org.kie.api.runtime.KieSessionConfiguration conf)
Deprecated.
Create a new StatelessKnowledgeSession using the given session configuration.
|
Modifier and Type | Method and Description |
---|---|
StatelessKnowledgeSession |
KnowledgeAgent.newStatelessKnowledgeSession()
StatelessKnowledgeSession created from here will always have the execute() method called against the latest built KnowledgeBase
|
StatelessKnowledgeSession |
KnowledgeAgent.newStatelessKnowledgeSession(org.kie.api.runtime.KieSessionConfiguration conf)
StatelessKnowledgeSession created from here will always have the execute() method called against the latest built KnowledgeBase
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.