Class SpringBrokerContext

java.lang.Object
org.apache.activemq.spring.SpringBrokerContext
All Implemented Interfaces:
BrokerContext, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class SpringBrokerContext extends Object implements BrokerContext, org.springframework.context.ApplicationContextAware
  • Constructor Details

    • SpringBrokerContext

      public SpringBrokerContext()
  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • getBean

      public Object getBean(String name)
      Specified by:
      getBean in interface BrokerContext
    • getBeansOfType

      public Map getBeansOfType(Class type)
      Specified by:
      getBeansOfType in interface BrokerContext
    • setConfigurationUrl

      public void setConfigurationUrl(String configurationUrl)
    • getConfigurationUrl

      public String getConfigurationUrl()
      Specified by:
      getConfigurationUrl in interface BrokerContext