org.drools.container.spring.beans
Class StatelessKnowledgeSessionBeanFactory

java.lang.Object
  extended by org.drools.container.spring.beans.AbstractKnowledgeSessionBeanFactory
      extended by org.drools.container.spring.beans.StatelessKnowledgeSessionBeanFactory
All Implemented Interfaces:
org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.NamedBean

public class StatelessKnowledgeSessionBeanFactory
extends AbstractKnowledgeSessionBeanFactory


Field Summary
 
Fields inherited from class org.drools.container.spring.beans.AbstractKnowledgeSessionBeanFactory
agendaEventListeners, groupedListeners, processEventListeners, workingMemoryEventListeners
 
Constructor Summary
StatelessKnowledgeSessionBeanFactory()
           
 
Method Summary
protected  org.drools.runtime.CommandExecutor getCommandExecutor()
           
 org.drools.agent.KnowledgeAgent getKnowledgeAgent()
           
 Class<org.drools.runtime.StatelessKnowledgeSession> getObjectType()
           
protected  void internalAfterPropertiesSet()
           
 void setKnowledgeAgent(org.drools.agent.KnowledgeAgent kagent)
           
 
Methods inherited from class org.drools.container.spring.beans.AbstractKnowledgeSessionBeanFactory
afterPropertiesSet, getAgendaEventListeners, getBatch, getBeanName, getConf, getKbase, getName, getNode, getObject, getProcessEventListeners, getWorkingMemoryEventListeners, getWorkItems, isSingleton, setAgendaEventListeners, setBatch, setBeanName, setConf, setEventListeners, setEventListenersFromGroup, setKbase, setName, setNode, setProcessEventListeners, setWorkingMemoryEventListeners, setWorkItems
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatelessKnowledgeSessionBeanFactory

public StatelessKnowledgeSessionBeanFactory()
Method Detail

setKnowledgeAgent

public void setKnowledgeAgent(org.drools.agent.KnowledgeAgent kagent)

getKnowledgeAgent

public org.drools.agent.KnowledgeAgent getKnowledgeAgent()

getObjectType

public Class<org.drools.runtime.StatelessKnowledgeSession> getObjectType()

getCommandExecutor

protected org.drools.runtime.CommandExecutor getCommandExecutor()
Specified by:
getCommandExecutor in class AbstractKnowledgeSessionBeanFactory

internalAfterPropertiesSet

protected void internalAfterPropertiesSet()
Specified by:
internalAfterPropertiesSet in class AbstractKnowledgeSessionBeanFactory


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