org.drools.container.spring.beans
Class KnowledgeAgentBeanFactory
java.lang.Object
org.drools.container.spring.beans.KnowledgeAgentBeanFactory
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
public class KnowledgeAgentBeanFactory
- 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 |
KnowledgeAgentBeanFactory
public KnowledgeAgentBeanFactory()
getObject
public Object getObject()
throws Exception
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
- Throws:
Exception
getObjectType
public Class getObjectType()
- Specified by:
getObjectType 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
getId
public String getId()
setId
public void setId(String id)
getNewInstance
public String getNewInstance()
setNewInstance
public void setNewInstance(String newInstance)
getUseKbaseClassloader
public String getUseKbaseClassloader()
setUseKbaseClassloader
public void setUseKbaseClassloader(String useKbaseClassloader)
getResources
public List<DroolsResourceAdapter> getResources()
setResources
public void setResources(List<DroolsResourceAdapter> resources)
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.