| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KnowledgeSessionConfiguration | |
|---|---|
| org.drools | The KnowledgeBase and its factory. | 
| org.drools.agent | The KnowlegeAgent provides automatic loading, caching and re-loading, of resources and is configured from a properties files. | 
| 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 KnowledgeSessionConfiguration in org.drools | 
|---|
| Methods in org.drools that return KnowledgeSessionConfiguration | |
|---|---|
|  KnowledgeSessionConfiguration | KnowledgeBaseFactoryService.newKnowledgeSessionConfiguration()Instantiate and return a new KnowledgeSessionConfiguration | 
| static KnowledgeSessionConfiguration | KnowledgeBaseFactory.newKnowledgeSessionConfiguration()Create a KnowledgeSessionConfiguration on which properties can be set. | 
|  KnowledgeSessionConfiguration | KnowledgeBaseFactoryService.newKnowledgeSessionConfiguration(Properties properties)Instantiate and return a new KnowledgeSessionConfiguration | 
| static KnowledgeSessionConfiguration | KnowledgeBaseFactory.newKnowledgeSessionConfiguration(Properties properties)Create a KnowledgeSessionConfiguration on which properties can be set. | 
| Methods in org.drools with parameters of type KnowledgeSessionConfiguration | |
|---|---|
|  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. | 
| Uses of KnowledgeSessionConfiguration in org.drools.agent | 
|---|
| Methods in org.drools.agent with parameters of type KnowledgeSessionConfiguration | |
|---|---|
|  StatelessKnowledgeSession | KnowledgeAgent.newStatelessKnowledgeSession(KnowledgeSessionConfiguration conf)StatelessKnowledgeSession created from here will always have the execute() method called against the latest built KnowledgeBase | 
| Uses of KnowledgeSessionConfiguration in org.drools.marshalling | 
|---|
| Methods in org.drools.marshalling with parameters of type KnowledgeSessionConfiguration | |
|---|---|
|  StatefulKnowledgeSession | Marshaller.unmarshall(InputStream stream,
           KnowledgeSessionConfiguration config,
           Environment environment)Creates StatefulKnowledgeSession using the given KnowledgeSessionConfiguration and Environment. | 
| Uses of KnowledgeSessionConfiguration in org.drools.persistence.jpa | 
|---|
| Methods in org.drools.persistence.jpa with parameters of type KnowledgeSessionConfiguration | |
|---|---|
|  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 KnowledgeSessionConfiguration in org.drools.runtime | 
|---|
| Methods in org.drools.runtime that return KnowledgeSessionConfiguration | |
|---|---|
|  KnowledgeSessionConfiguration | KnowledgeRuntime.getSessionConfiguration() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||