Drools Spring Legacy5 6.0.1.Final

org.drools.container.spring.beans
Class GridBeanFactory

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

public class GridBeanFactory
extends Object
implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean


Nested Class Summary
static class GridBeanFactory.SocketServiceConfiguration
           
 
Constructor Summary
GridBeanFactory()
           
 
Method Summary
 void afterPropertiesSet()
           
 Map getCoreServices()
           
 String getId()
           
 StatefulKnowledgeSessionBeanFactory.JpaConfiguration getJpaConfiguration()
           
 Object getObject()
           
 Class<Grid> getObjectType()
           
 GridBeanFactory.SocketServiceConfiguration getSocketServiceConfiguration()
           
 boolean isSingleton()
           
 void setCoreServices(Map coreServices)
           
 void setId(String id)
           
 void setJpaConfiguration(StatefulKnowledgeSessionBeanFactory.JpaConfiguration jpaConfiguration)
           
 void setSocketServiceConfiguration(GridBeanFactory.SocketServiceConfiguration socketServiceConfiguration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridBeanFactory

public GridBeanFactory()
Method Detail

getObject

public Object getObject()
                 throws Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
Throws:
Exception

getObjectType

public Class<Grid> 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

setId

public void setId(String id)

getId

public String getId()

getCoreServices

public Map getCoreServices()

setCoreServices

public void setCoreServices(Map coreServices)

getJpaConfiguration

public StatefulKnowledgeSessionBeanFactory.JpaConfiguration getJpaConfiguration()

setJpaConfiguration

public void setJpaConfiguration(StatefulKnowledgeSessionBeanFactory.JpaConfiguration jpaConfiguration)

getSocketServiceConfiguration

public GridBeanFactory.SocketServiceConfiguration getSocketServiceConfiguration()

setSocketServiceConfiguration

public void setSocketServiceConfiguration(GridBeanFactory.SocketServiceConfiguration socketServiceConfiguration)

Drools Spring Legacy5 6.0.1.Final

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