Package org.springframework.integration.jmx
Base package for JMX support.
-
Interface Summary Interface Description MBeanAttributeFilter MBeanObjectConverter -
Class Summary Class Description AttributePollingMessageSource AMessageSource
implementation that retrieves the current value of a JMX attribute each timeAbstractMessageSource.receive()
is invoked.DefaultMBeanAttributeFilter DefaultMBeanObjectConverter JmxHeaders Constants for JMX related Message Header keys.MBeanTreePollingMessageSource AMessageSource
implementation that retrieves a snapshot of a filtered subset of the MBean tree.NamedFieldsMBeanAttributeFilter NotificationListeningMessageProducer A JMXNotificationListener
implementation that will send Messages containing the JMXNotification
instances as their payloads.NotificationPublishingMessageHandler AnAbstractMessageHandler
implementation to publish an incoming message as a JMXNotification
.NotificationPublishingMessageHandler.PublisherDelegate Simple class used for the actual MBean instances to be registered.NotNamedFieldsMBeanAttributeFilter OperationInvokingMessageHandler AMessageHandler
implementation for invoking JMX operations based on the Message sent to itsAbstractMessageHandler.handleMessage(Message)
method.