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.ApplicationContextAware
org.springframework.beans.BeansException
public java.lang.Object getBean(java.lang.String name)
getBean
in interface BrokerContext
public java.util.Map getBeansOfType(java.lang.Class type)
getBeansOfType
in interface BrokerContext
public void setConfigurationUrl(java.lang.String configurationUrl)
public java.lang.String getConfigurationUrl()
getConfigurationUrl
in interface BrokerContext
Copyright © 2005-2014 Red Hat, Inc.. All Rights Reserved.