interface MBeanExporterListener
A listener that allows application code to be notified when an MBean is registered and unregistered via an MBeanExporter. |
|
open class NotificationListenerBean : NotificationListenerHolder, InitializingBean
Helper class that aggregates a javax.management.NotificationListener, a javax.management.NotificationFilter, and an arbitrary handback object. Also provides support for associating the encapsulated javax.management.NotificationListener with any number of MBeans from which it wishes to receive javax.management.Notification via the Note: This class supports Spring bean names as |
|
open class SpringModelMBean : RequiredModelMBean
Extension of the RequiredModelMBean class that ensures the |
open class MBeanExportException : JmxException
Exception thrown in case of failure when exporting an MBean. |
|
open class UnableToRegisterMBeanException : MBeanExportException
Exception thrown when we are unable to register an MBean, for example because of a naming conflict. |