public interface MBeanInfoAssembler
Used by the MBeanExporter to generate the management
 interface for any bean that is not an MBean.
MBeanExporter| Modifier and Type | Method and Description | 
|---|---|
ModelMBeanInfo | 
getMBeanInfo(Object managedBean,
            String beanKey)
Create the ModelMBeanInfo for the given managed resource. 
 | 
ModelMBeanInfo getMBeanInfo(Object managedBean, String beanKey) throws JMException
managedBean - the bean that will be exposed (might be an AOP proxy)beanKey - the key associated with the managed beanJMException - in case of errors