| 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  ObjectNamingStrategyinterface
 to use for this exporter. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | IdentityNamingStrategyAn implementation of the  ObjectNamingStrategyinterface that
 creates a name based on the identity of a given instance. | 
| class  | KeyNamingStrategyObjectNamingStrategyimplementation that buildsObjectNameinstances from the key used in the
 "beans" map passed toMBeanExporter. | 
| class  | MetadataNamingStrategyAn implementation of the  ObjectNamingStrategyinterface
 that reads theObjectNamefrom the source-level metadata. |