Interface QBeanFactoryMBean

All Superinterfaces:
QBean, QBeanSupportMBean, QPersist
All Known Implementing Classes:
QBeanFactory

public interface QBeanFactoryMBean extends QBeanSupportMBean
JMX interface for the QBeanFactory bean.
  • Method Details

    • getBean

      Object getBean(String beanName)
      Returns the registered object associated with beanName.
      Parameters:
      beanName - the bean name to resolve
      Returns:
      the resolved bean, or null if not registered