程序包 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.
接口概要 接口 说明 ObjectNamingStrategy Strategy interface that encapsulates the creation ofObjectNameinstances.SelfNaming Interface that allows infrastructure components to provide their ownObjectNames to theMBeanExporter.类概要 类 说明 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.