|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatefulKnowledgeSession | |
|---|---|
| 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 | |
| Uses of StatefulKnowledgeSession in org.drools |
|---|
| Methods in org.drools that return StatefulKnowledgeSession | |
|---|---|
StatefulKnowledgeSession |
KnowledgeBase.newStatefulKnowledgeSession()
Create a new StatefulKnowledgeSession using the default session configuration. |
StatefulKnowledgeSession |
KnowledgeBase.newStatefulKnowledgeSession(KnowledgeSessionConfiguration conf,
Environment environment)
Create a new StatefulKnowledgeSession using the given session configuration and/or environment. |
| Methods in org.drools that return types with arguments of type StatefulKnowledgeSession | |
|---|---|
Collection<StatefulKnowledgeSession> |
KnowledgeBase.getStatefulKnowledgeSessions()
Return a collection of the StatefulKnowledgeSessions that exist in this KnowledgeBase. |
| Uses of StatefulKnowledgeSession in org.drools.marshalling |
|---|
| Methods in org.drools.marshalling that return StatefulKnowledgeSession | |
|---|---|
StatefulKnowledgeSession |
Marshaller.unmarshall(InputStream stream)
Creates StatefulKnowledgeSession using default KnowledgeSessionConfiguration and Environment. |
StatefulKnowledgeSession |
Marshaller.unmarshall(InputStream stream,
KnowledgeSessionConfiguration config,
Environment environment)
Creates StatefulKnowledgeSession using the given KnowledgeSessionConfiguration and Environment. |
| Methods in org.drools.marshalling with parameters of type StatefulKnowledgeSession | |
|---|---|
void |
Marshaller.marshall(OutputStream stream,
StatefulKnowledgeSession ksession)
Marshalls the given StatefulKnowledgeSession into the provided OutputStream |
void |
Marshaller.unmarshall(InputStream stream,
StatefulKnowledgeSession ksession)
Unmarshall the stream into the StatefulKnowledgeSession. |
| Uses of StatefulKnowledgeSession in org.drools.persistence.jpa |
|---|
| Methods in org.drools.persistence.jpa that return StatefulKnowledgeSession | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||