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 Environment |
KnowledgeBaseFactory.newEnvironment() |
Environment |
KnowledgeBaseFactoryService.newEnvironment()
Instantiate and return an Environment
|
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.
|
Modifier and Type | Method and Description |
---|---|
Environment |
KnowledgeBaseFactoryServiceImpl.newEnvironment() |
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 | Method and Description |
---|---|
Environment |
KnowledgeRuntimeAdapter.getEnvironment() |
Modifier and Type | Method and Description |
---|---|
StatefulKnowledgeSession |
KnowledgeBaseAdapter.newStatefulKnowledgeSession(KnowledgeSessionConfiguration conf,
Environment environment) |
void |
EnvironmentAdapter.setDelegate(Environment delegate) |
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 |
---|---|
Environment |
KnowledgeRuntime.getEnvironment() |
Modifier and Type | Method and Description |
---|---|
void |
Environment.setDelegate(Environment delegate) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.