Spring Integration

Package org.springframework.integration.jmx

Base package for JMX support.

See:
          Description

Interface Summary
MBeanAttributeFilter  
MBeanObjectConverter  
 

Class Summary
AttributePollingMessageSource A MessageSource implementation that retrieves the current value of a JMX attribute each time AbstractMessageSource.receive() is invoked.
DefaultMBeanAttributeFilter  
DefaultMBeanObjectConverter  
JmxHeaders Constants for JMX related Message Header keys.
MBeanTreePollingMessageSource A MessageSource implementation that retrieves a snapshot of a filtered subset of the MBean tree.
NamedFieldsMBeanAttributeFilter  
NotificationListeningMessageProducer A JMX NotificationListener implementation that will send Messages containing the JMX Notification instances as their payloads.
NotificationPublishingMessageHandler  
NotNamedFieldsMBeanAttributeFilter  
OperationInvokingMessageHandler A MessageHandler implementation for invoking JMX operations based on the Message sent to its AbstractMessageHandler.handleMessage(Message) method.
 

Package org.springframework.integration.jmx Description

Base package for JMX support.


Spring Integration