Package org.apache.activemq.xbean
Class PooledBrokerFactoryBean
java.lang.Object
org.apache.activemq.xbean.PooledBrokerFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.FactoryBean,org.springframework.beans.factory.InitializingBean
public class PooledBrokerFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Used to share a single broker even if you have multiple broker bean
definitions. A use case is where you have multiple web applications that want
to start an embedded broker but only the first one to deploy should actually
start it.
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PooledBrokerFactoryBean
public PooledBrokerFactoryBean()
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
destroy
- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean- Throws:
Exception
-
getConfig
public org.springframework.core.io.Resource getConfig() -
getObject
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean- Throws:
Exception
-
getObjectType
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean
-
isStart
public boolean isStart() -
setConfig
public void setConfig(org.springframework.core.io.Resource config) -
setStart
public void setStart(boolean start)
-