Package | Description |
---|---|
org.drools |
The KnowledgeBase and its factory.
|
org.drools.impl | |
org.drools.impl.adapters | |
org.drools.marshalling |
Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions
See MarshallerFactory for more detailed information.
|
org.drools.persistence.jpa | |
org.drools.runtime |
The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession.
|
Modifier and Type | Method and Description |
---|---|
static KnowledgeSessionConfiguration |
KnowledgeBaseFactory.newKnowledgeSessionConfiguration()
Create a KnowledgeSessionConfiguration on which properties can be set.
|
KnowledgeSessionConfiguration |
KnowledgeBaseFactoryService.newKnowledgeSessionConfiguration()
Instantiate and return a new KnowledgeSessionConfiguration
|
static KnowledgeSessionConfiguration |
KnowledgeBaseFactory.newKnowledgeSessionConfiguration(Properties properties)
Create a KnowledgeSessionConfiguration on which properties can be set.
|
KnowledgeSessionConfiguration |
KnowledgeBaseFactoryService.newKnowledgeSessionConfiguration(Properties properties)
Instantiate and return a new KnowledgeSessionConfiguration
|
Modifier and Type | Method and Description |
---|---|
StatefulKnowledgeSession |
KnowledgeBase.newStatefulKnowledgeSession(KnowledgeSessionConfiguration conf,
Environment environment)
Create a new StatefulKnowledgeSession using the given session configuration and/or environment.
|
StatelessKnowledgeSession |
KnowledgeBase.newStatelessKnowledgeSession(KnowledgeSessionConfiguration conf)
Create a new StatelessKnowledgeSession using the given session configuration.
|
Modifier and Type | Method and Description |
---|---|
KnowledgeSessionConfiguration |
KnowledgeBaseFactoryServiceImpl.newKnowledgeSessionConfiguration() |
KnowledgeSessionConfiguration |
KnowledgeBaseFactoryServiceImpl.newKnowledgeSessionConfiguration(Properties properties) |
Modifier and Type | Method and Description |
---|---|
StatefulKnowledgeSession |
KnowledgeStoreServiceImpl.loadStatefulKnowledgeSession(int id,
KnowledgeBase kbase,
KnowledgeSessionConfiguration configuration,
Environment environment)
Deprecated.
|
StatefulKnowledgeSession |
KnowledgeStoreServiceImpl.loadStatefulKnowledgeSession(Long id,
KnowledgeBase kbase,
KnowledgeSessionConfiguration configuration,
Environment environment) |
StatefulKnowledgeSession |
KnowledgeStoreServiceImpl.newStatefulKnowledgeSession(KnowledgeBase kbase,
KnowledgeSessionConfiguration configuration,
Environment environment) |
Modifier and Type | Class and Description |
---|---|
class |
KnowledgeSessionConfigurationAdapter |
Modifier and Type | Method and Description |
---|---|
KnowledgeSessionConfiguration |
KnowledgeRuntimeAdapter.getSessionConfiguration() |
Modifier and Type | Method and Description |
---|---|
StatefulKnowledgeSession |
KnowledgeBaseAdapter.newStatefulKnowledgeSession(KnowledgeSessionConfiguration conf,
Environment environment) |
StatelessKnowledgeSession |
KnowledgeBaseAdapter.newStatelessKnowledgeSession(KnowledgeSessionConfiguration conf) |
Modifier and Type | Method and Description |
---|---|
StatefulKnowledgeSession |
Marshaller.unmarshall(InputStream stream,
KnowledgeSessionConfiguration config,
Environment environment)
Creates StatefulKnowledgeSession using the given KnowledgeSessionConfiguration and
Environment.
|
Modifier and Type | Method and Description |
---|---|
KnowledgeSessionConfiguration |
KnowledgeRuntime.getSessionConfiguration() |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.