org.drools.container.spring.beans
Class KieBaseBeanFactory
java.lang.Object
org.drools.container.spring.beans.KieBaseBeanFactory
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
public class KieBaseBeanFactory
- extends Object
- implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KieBaseBeanFactory
public KieBaseBeanFactory()
getObject
public Object getObject()
throws Exception
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class<? extends org.kie.internal.KnowledgeBase> getObjectType()
- Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
getAccumulateFunctions
public Map<String,org.kie.api.runtime.rule.AccumulateFunction> getAccumulateFunctions()
setAccumulateFunctions
public void setAccumulateFunctions(Map<String,org.kie.api.runtime.rule.AccumulateFunction> accumulateFunctions)
getEvaluators
public Map<String,org.drools.core.base.evaluators.EvaluatorDefinition> getEvaluators()
setEvaluators
public void setEvaluators(Map<String,org.drools.core.base.evaluators.EvaluatorDefinition> evaluators)
setKbase
public void setKbase(org.kie.internal.KnowledgeBase kbase)
getNode
public GridNode getNode()
getResources
public List<DroolsResourceAdapter> getResources()
setResources
public void setResources(List<DroolsResourceAdapter> resources)
setNode
public void setNode(GridNode gridNode)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.