org.drools.container.spring.beans
Class StatefulKnowledgeSessionBeanFactory

java.lang.Object
  extended by org.drools.container.spring.beans.AbstractKnowledgeSessionBeanFactory
      extended by org.drools.container.spring.beans.StatefulKnowledgeSessionBeanFactory
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 StatefulKnowledgeSessionBeanFactory
extends AbstractKnowledgeSessionBeanFactory


Nested Class Summary
static class StatefulKnowledgeSessionBeanFactory.JpaConfiguration
           
 
Field Summary
 
Fields inherited from class org.drools.container.spring.beans.AbstractKnowledgeSessionBeanFactory
agendaEventListeners, groupedListeners, processEventListeners, workingMemoryEventListeners
 
Constructor Summary
StatefulKnowledgeSessionBeanFactory()
           
 
Method Summary
protected  org.drools.runtime.CommandExecutor getCommandExecutor()
           
 StatefulKnowledgeSessionBeanFactory.JpaConfiguration getJpaConfiguration()
           
 Class<org.drools.runtime.StatefulKnowledgeSession> getObjectType()
           
protected  void internalAfterPropertiesSet()
           
 void setJpaConfiguration(StatefulKnowledgeSessionBeanFactory.JpaConfiguration jpaConfiguration)
           
 
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

StatefulKnowledgeSessionBeanFactory

public StatefulKnowledgeSessionBeanFactory()
Method Detail

getObjectType

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

getJpaConfiguration

public StatefulKnowledgeSessionBeanFactory.JpaConfiguration getJpaConfiguration()

setJpaConfiguration

public void setJpaConfiguration(StatefulKnowledgeSessionBeanFactory.JpaConfiguration jpaConfiguration)

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.