public interface MBeanInfoAssembler
Used by the MBeanExporter to generate the management
interface for any bean that is not an MBean.
MBeanExporter| 限定符和类型 | 方法和说明 |
|---|---|
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