Uses of Interface
org.springframework.jmx.export.metadata.JmxAttributeSource
Packages that use JmxAttributeSource
Package
Description
Annotations for MBean exposure.
Provides a strategy for MBeanInfo assembly.
Provides a strategy for ObjectName creation.
-
Uses of JmxAttributeSource in org.springframework.jmx.export.annotation
Classes in org.springframework.jmx.export.annotation that implement JmxAttributeSourceModifier and TypeClassDescriptionclassImplementation of theJmxAttributeSourceinterface that reads annotations and exposes the corresponding attributes. -
Uses of JmxAttributeSource in org.springframework.jmx.export.assembler
Methods in org.springframework.jmx.export.assembler with parameters of type JmxAttributeSourceModifier and TypeMethodDescriptionvoidMetadataMBeanInfoAssembler.setAttributeSource(JmxAttributeSource attributeSource) Set theJmxAttributeSourceimplementation to use for reading the metadata from the bean class.Constructors in org.springframework.jmx.export.assembler with parameters of type JmxAttributeSourceModifierConstructorDescriptionMetadataMBeanInfoAssembler(JmxAttributeSource attributeSource) Create a newMetadataMBeanInfoAssemblerfor the givenJmxAttributeSource. -
Uses of JmxAttributeSource in org.springframework.jmx.export.naming
Methods in org.springframework.jmx.export.naming with parameters of type JmxAttributeSourceModifier and TypeMethodDescriptionvoidMetadataNamingStrategy.setAttributeSource(JmxAttributeSource attributeSource) Set the implementation of theJmxAttributeSourceinterface to use when reading the source-level metadata.Constructors in org.springframework.jmx.export.naming with parameters of type JmxAttributeSourceModifierConstructorDescriptionMetadataNamingStrategy(JmxAttributeSource attributeSource) Create a newMetadataNamingStrategyfor the givenJmxAttributeSource.