Uses of Interface
org.springframework.jmx.export.assembler.MBeanInfoAssembler
Package
Description
This package provides declarative creation and registration of
Spring-managed beans as JMX MBeans.
Provides a strategy for MBeanInfo assembly.
-
Uses of MBeanInfoAssembler in org.springframework.jmx.export
Modifier and TypeMethodDescriptionvoid
MBeanExporter.setAssembler
(MBeanInfoAssembler assembler) Set the implementation of theMBeanInfoAssembler
interface to use for this exporter. -
Uses of MBeanInfoAssembler in org.springframework.jmx.export.assembler
Modifier and TypeInterfaceDescriptioninterface
Extends theMBeanInfoAssembler
to add auto-detection logic.Modifier and TypeClassDescriptionclass
Base class for MBeanInfoAssemblers that support configurable JMX notification behavior.class
Abstract implementation of theMBeanInfoAssembler
interface that encapsulates the creation of aModelMBeanInfo
instance but delegates the creation of metadata to subclasses.class
Builds on theAbstractMBeanInfoAssembler
superclass to add a basic algorithm for building metadata based on the reflective metadata of the MBean class.class
Subclass ofAbstractReflectiveMBeanInfoAssembler
that allows for the management interface of a bean to be defined using arbitrary interfaces.class
Implementation of theMBeanInfoAssembler
interface that reads the management interface information from source level metadata.class
AbstractReflectiveMBeanInfoAssembler
subclass that allows method names to be explicitly excluded as MBean operations and attributes.class
Subclass ofAbstractReflectiveMBeanInfoAssembler
that allows to specify method names to be exposed as MBean operations and attributes.class
Simple subclass ofAbstractReflectiveMBeanInfoAssembler
that always votes yes for method and property inclusion, effectively exposing all public methods and properties as operations and attributes.