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.InitializingBean
Exception
public void destroy() throws Exception
destroy
in interface org.springframework.beans.factory.DisposableBean
Exception
public org.springframework.core.io.Resource getConfig()
public Object getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
Exception
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public boolean isStart()
public void setConfig(org.springframework.core.io.Resource config)
public void setStart(boolean start)
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.