|
KIE Internal 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionFactory
Factory that produces KieSession instances.
| Method Summary | |
|---|---|
void |
close()
Closes the factory and releases all resources |
org.kie.api.runtime.KieSession |
findKieSessionById(Integer sessionId)
Loads KieSession form data store (such as db) based on given id. |
org.kie.api.runtime.KieSession |
newKieSession()
Produces new instance of KieSession |
| Method Detail |
|---|
org.kie.api.runtime.KieSession newKieSession()
KieSession
KieSessionorg.kie.api.runtime.KieSession findKieSessionById(Integer sessionId)
KieSession form data store (such as db) based on given id.
sessionId - identifier of ksession
KieSession
RuntimeException - in case session cannot be loadedvoid close()
|
KIE Internal 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||