|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MBeanInfoAssembler
Interface to be implemented by all classes that can create management interface metadata for a managed resource.
Used by the MBeanExporter
to generate the management
interface for any bean that is not an MBean.
MBeanExporter
Method Summary | |
---|---|
ModelMBeanInfo |
getMBeanInfo(Object managedBean,
String beanKey)
Create the ModelMBeanInfo for the given managed resource. |
Method Detail |
---|
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 bean
JMException
- in case of errors
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |