Class IntegrationJmxAttributeSource

java.lang.Object
org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
org.springframework.integration.monitor.IntegrationJmxAttributeSource
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.jmx.export.metadata.JmxAttributeSource

public class IntegrationJmxAttributeSource extends org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
The AnnotationJmxAttributeSource extension to resolve ManagedResources via IntegrationManagedResource on classes.
Since:
4.3
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.jmx.export.metadata.ManagedResource
    getManagedResource(Class<?> beanClass)
     
    void
    setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
     

    Methods inherited from class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource

    getManagedAttribute, getManagedMetric, getManagedNotifications, getManagedOperation, getManagedOperationParameters

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IntegrationJmxAttributeSource

      public IntegrationJmxAttributeSource()
  • Method Details

    • setBeanFactory

      public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
      Specified by:
      setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
      Overrides:
      setBeanFactory in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
    • getManagedResource

      public org.springframework.jmx.export.metadata.ManagedResource getManagedResource(Class<?> beanClass) throws org.springframework.jmx.export.metadata.InvalidMetadataException
      Specified by:
      getManagedResource in interface org.springframework.jmx.export.metadata.JmxAttributeSource
      Overrides:
      getManagedResource in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
      Throws:
      org.springframework.jmx.export.metadata.InvalidMetadataException