Uses of Interface
org.springframework.jmx.export.naming.ObjectNamingStrategy
Package
Description
This package provides declarative creation and registration of
Spring-managed beans as JMX MBeans.
Provides a strategy for ObjectName creation.
-
Uses of ObjectNamingStrategy in org.springframework.jmx.export
Modifier and TypeMethodDescriptionvoid
MBeanExporter.setNamingStrategy
(ObjectNamingStrategy namingStrategy) Set the implementation of theObjectNamingStrategy
interface to use for this exporter. -
Uses of ObjectNamingStrategy in org.springframework.jmx.export.naming
Modifier and TypeClassDescriptionclass
An implementation of theObjectNamingStrategy
interface that creates a name based on the identity of a given instance.class
ObjectNamingStrategy
implementation that buildsObjectName
instances from the key used in the "beans" map passed toMBeanExporter
.class
An implementation of theObjectNamingStrategy
interface that reads theObjectName
from the source-level metadata.