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 |
---|---|
javax.management.modelmbean.ModelMBeanInfo |
getMBeanInfo(java.lang.Object managedBean,
java.lang.String beanKey)
Create the ModelMBeanInfo for the given managed resource.
|
javax.management.modelmbean.ModelMBeanInfo getMBeanInfo(java.lang.Object managedBean, java.lang.String beanKey) throws javax.management.JMException
managedBean
- the bean that will be exposed (might be an AOP proxy)beanKey
- the key associated with the managed beanjavax.management.JMException
- in case of errors