org.jbpm.runtime.manager.impl.factory
public class JPASessionFactory extends Object implements org.kie.internal.runtime.manager.SessionFactory
KieSession
data.Constructor and Description |
---|
JPASessionFactory(org.kie.internal.runtime.manager.RuntimeEnvironment environment) |
Modifier and Type | Method and Description |
---|---|
protected void |
addInterceptors(org.kie.api.runtime.KieSession ksession) |
void |
close() |
org.kie.api.runtime.KieSession |
findKieSessionById(Integer sessionId) |
org.kie.api.runtime.KieSession |
newKieSession() |
public JPASessionFactory(org.kie.internal.runtime.manager.RuntimeEnvironment environment)
public org.kie.api.runtime.KieSession newKieSession()
newKieSession
in interface org.kie.internal.runtime.manager.SessionFactory
public org.kie.api.runtime.KieSession findKieSessionById(Integer sessionId)
findKieSessionById
in interface org.kie.internal.runtime.manager.SessionFactory
public void close()
close
in interface org.kie.internal.runtime.manager.SessionFactory
protected void addInterceptors(org.kie.api.runtime.KieSession ksession)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.