public class SpringBrokerContext extends java.lang.Object implements BrokerContext, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
SpringBrokerContext() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getBean(java.lang.String name) |
java.util.Map |
getBeansOfType(java.lang.Class type) |
java.lang.String |
getConfigurationUrl() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setConfigurationUrl(java.lang.String configurationUrl) |
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic java.lang.Object getBean(java.lang.String name)
getBean in interface BrokerContextpublic java.util.Map getBeansOfType(java.lang.Class type)
getBeansOfType in interface BrokerContextpublic void setConfigurationUrl(java.lang.String configurationUrl)
public java.lang.String getConfigurationUrl()
getConfigurationUrl in interface BrokerContextCopyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.