Drools Spring Legacy5 6.1.0.Beta1

org.drools.container.spring.beans
Class KieBaseBeanFactory

java.lang.Object
  extended by 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


Constructor Summary
KieBaseBeanFactory()
           
 
Method Summary
 void afterPropertiesSet()
           
 Map<String,org.kie.api.runtime.rule.AccumulateFunction> getAccumulateFunctions()
           
 Map<String,org.drools.core.base.evaluators.EvaluatorDefinition> getEvaluators()
           
 GridNode getNode()
           
 Object getObject()
           
 Class<? extends org.kie.internal.KnowledgeBase> getObjectType()
           
 List<DroolsResourceAdapter> getResources()
           
 boolean isSingleton()
           
 void setAccumulateFunctions(Map<String,org.kie.api.runtime.rule.AccumulateFunction> accumulateFunctions)
           
 void setEvaluators(Map<String,org.drools.core.base.evaluators.EvaluatorDefinition> evaluators)
           
 void setKbase(org.kie.internal.KnowledgeBase kbase)
           
 void setNode(GridNode gridNode)
           
 void setResources(List<DroolsResourceAdapter> resources)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KieBaseBeanFactory

public KieBaseBeanFactory()
Method Detail

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)

Drools Spring Legacy5 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.