Package org.springframework.jmx.export.naming
Provides a strategy for ObjectName creation. Used by MBeanExporter to determine the JMX names to use for exported Spring-managed beans.
Interface Summary Interface Description ObjectNamingStrategy Strategy interface that encapsulates the creation ofObjectNameinstances.SelfNaming Interface that allows infrastructure components to provide their ownObjectNames to theMBeanExporter.Class Summary Class Description IdentityNamingStrategy An implementation of theObjectNamingStrategyinterface that creates a name based on the identity of a given instance.KeyNamingStrategy ObjectNamingStrategyimplementation that buildsObjectNameinstances from the key used in the "beans" map passed toMBeanExporter.MetadataNamingStrategy An implementation of theObjectNamingStrategyinterface that reads theObjectNamefrom the source-level metadata.