Package io.jmix.core

Class JmixAnnotationJmxAttributeSource

java.lang.Object
org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
io.jmix.core.JmixAnnotationJmxAttributeSource
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.jmx.export.metadata.JmxAttributeSource

public class JmixAnnotationJmxAttributeSource extends org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
  • Constructor Summary

    Constructors
    Constructor
    Description
    JmixAnnotationJmxAttributeSource(@Nullable String defaultDomain)
     
  • 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

    • JmixAnnotationJmxAttributeSource

      public JmixAnnotationJmxAttributeSource(@Nullable String defaultDomain)
  • 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