|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Environment | |
|---|---|
| org.drools | The KnowledgeBase and its factory. |
| 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. |
| Uses of Environment in org.drools |
|---|
| Methods in org.drools that return Environment | |
|---|---|
Environment |
KnowledgeBaseFactoryService.newEnvironment()
Instantiate and return an Environment |
static Environment |
KnowledgeBaseFactory.newEnvironment()
|
| Methods in org.drools with parameters of type Environment | |
|---|---|
StatefulKnowledgeSession |
KnowledgeBase.newStatefulKnowledgeSession(KnowledgeSessionConfiguration conf,
Environment environment)
Create a new StatefulKnowledgeSession using the given session configuration and/or environment. |
| Uses of Environment in org.drools.marshalling |
|---|
| Methods in org.drools.marshalling with parameters of type Environment | |
|---|---|
StatefulKnowledgeSession |
Marshaller.unmarshall(InputStream stream,
KnowledgeSessionConfiguration config,
Environment environment)
Creates StatefulKnowledgeSession using the given KnowledgeSessionConfiguration and Environment. |
| Uses of Environment in org.drools.persistence.jpa |
|---|
| Methods in org.drools.persistence.jpa with parameters of type Environment | |
|---|---|
StatefulKnowledgeSession |
KnowledgeStoreService.loadStatefulKnowledgeSession(int id,
KnowledgeBase kbase,
KnowledgeSessionConfiguration configuration,
Environment environment)
|
static StatefulKnowledgeSession |
JPAKnowledgeService.loadStatefulKnowledgeSession(int id,
KnowledgeBase kbase,
KnowledgeSessionConfiguration configuration,
Environment environment)
|
StatefulKnowledgeSession |
KnowledgeStoreService.newStatefulKnowledgeSession(KnowledgeBase kbase,
KnowledgeSessionConfiguration configuration,
Environment environment)
|
static StatefulKnowledgeSession |
JPAKnowledgeService.newStatefulKnowledgeSession(KnowledgeBase kbase,
KnowledgeSessionConfiguration configuration,
Environment environment)
|
| Uses of Environment in org.drools.runtime |
|---|
| Methods in org.drools.runtime that return Environment | |
|---|---|
Environment |
KnowledgeRuntime.getEnvironment()
|
| Methods in org.drools.runtime with parameters of type Environment | |
|---|---|
void |
Environment.setDelegate(Environment delegate)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||