spring-framework / org.springframework.jmx.export.naming / KeyNamingStrategy / <init>

<init>

KeyNamingStrategy()

ObjectNamingStrategy implementation that builds ObjectName instances from the key used in the "beans" map passed to MBeanExporter.

Can also check object name mappings, given as Properties or as mappingLocations of properties files. The key used to look up is the key used in MBeanExporter's "beans" map. If no mapping is found for a given key, the key itself is used to build an ObjectName.

Author
Rob Harrop

Author
Juergen Hoeller

Since
1.2

See Also
#setMappings#setMappingLocation#setMappingLocationsorg.springframework.jmx.export.MBeanExporter#setBeans