public class SpringBrokerContext extends Object implements BrokerContext, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
SpringBrokerContext() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBean(String name) |
Map |
getBeansOfType(Class type) |
String |
getConfigurationUrl() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setConfigurationUrl(String configurationUrl) |
public SpringBrokerContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic Object getBean(String name)
getBean in interface BrokerContextpublic Map getBeansOfType(Class type)
getBeansOfType in interface BrokerContextpublic void setConfigurationUrl(String configurationUrl)
public String getConfigurationUrl()
getConfigurationUrl in interface BrokerContextCopyright © 2005–2016 FuseSource, Corp.. All rights reserved.