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 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