public abstract class KSessionFactoryBeanHelper extends Object
Modifier and Type | Field and Description |
---|---|
protected KSessionFactoryBean |
factoryBean |
protected org.kie.api.KieBase |
kieBase |
Constructor and Description |
---|
KSessionFactoryBeanHelper(KSessionFactoryBean factoryBean) |
Modifier and Type | Method and Description |
---|---|
org.kie.api.KieBase |
getKieBase() |
abstract void |
internalAfterPropertiesSet() |
abstract Object |
internalGetObject() |
abstract Object |
internalNewObject() |
void |
setKieBase(org.kie.api.KieBase kieBase) |
protected KSessionFactoryBean factoryBean
protected org.kie.api.KieBase kieBase
public KSessionFactoryBeanHelper(KSessionFactoryBean factoryBean)
public abstract Object internalGetObject()
public abstract Object internalNewObject()
public abstract void internalAfterPropertiesSet() throws Exception
Exception
public org.kie.api.KieBase getKieBase()
public void setKieBase(org.kie.api.KieBase kieBase)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.