public class PooledBrokerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
| Constructor and Description |
|---|
PooledBrokerFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
org.springframework.core.io.Resource |
getConfig() |
Object |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
boolean |
isStart() |
void |
setConfig(org.springframework.core.io.Resource config) |
void |
setStart(boolean start) |
public PooledBrokerFactoryBean()
public void afterPropertiesSet() throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void destroy() throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic org.springframework.core.io.Resource getConfig()
public Object getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBeanExceptionpublic Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBeanpublic boolean isStart()
public void setConfig(org.springframework.core.io.Resource config)
public void setStart(boolean start)
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.