Package | Description |
---|---|
org.springframework.jmx.export |
This package provides declarative creation and registration of
Spring-managed beans as JMX MBeans.
|
org.springframework.jmx.export.naming |
Provides a strategy for ObjectName creation.
|
Modifier and Type | Method and Description |
---|---|
void |
MBeanExporter.setNamingStrategy(ObjectNamingStrategy namingStrategy)
Set the implementation of the
ObjectNamingStrategy interface
to use for this exporter. |
Modifier and Type | Class and Description |
---|---|
class |
IdentityNamingStrategy
An implementation of the
ObjectNamingStrategy interface that
creates a name based on the identity of a given instance. |
class |
KeyNamingStrategy
ObjectNamingStrategy implementation that builds
ObjectName instances from the key used in the
"beans" map passed to MBeanExporter . |
class |
MetadataNamingStrategy
An implementation of the
ObjectNamingStrategy interface
that reads the ObjectName from the source-level metadata. |