org.springframework.jmx.export
Interface MBeanExporter.AutodetectCallback

Enclosing class:
MBeanExporter

private static interface MBeanExporter.AutodetectCallback

Internal callback interface for the autodetection process.


Method Summary
 boolean include(java.lang.Class beanClass, java.lang.String beanName)
          Called during the autodetection process to decide whether or not a bean should be included.
 

Method Detail

include

boolean include(java.lang.Class beanClass,
                java.lang.String beanName)
Called during the autodetection process to decide whether or not a bean should be included.

Parameters:
beanClass - the class of the bean
beanName - the name of the bean