public class DynamicHornetQTransportConfigurationListFactoryBean extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.FactoryBean<List<org.hornetq.api.core.TransportConfiguration>>
| Constructor and Description |
|---|
DynamicHornetQTransportConfigurationListFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
List<org.hornetq.api.core.TransportConfiguration> |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
public DynamicHornetQTransportConfigurationListFactoryBean()
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanpublic boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<List<org.hornetq.api.core.TransportConfiguration>>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<List<org.hornetq.api.core.TransportConfiguration>>Copyright © 2018. All rights reserved.