org.drools.container.spring.beans
Class GridBeanFactory
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridBeanFactory
public GridBeanFactory()
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)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.