Uses of Interface
org.springframework.jmx.export.naming.ObjectNamingStrategy
Packages that use ObjectNamingStrategy 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.Uses of ObjectNamingStrategy in org.springframework.jmx.export
Methods in org.springframework.jmx.export with parameters of type ObjectNamingStrategy Modifier and Type Method Description voidMBeanExporter. setNamingStrategy(ObjectNamingStrategy namingStrategy)Set the implementation of theObjectNamingStrategyinterface to use for this exporter.Uses of ObjectNamingStrategy in org.springframework.jmx.export.naming
Classes in org.springframework.jmx.export.naming that implement ObjectNamingStrategy Modifier and Type Class Description classIdentityNamingStrategyAn implementation of theObjectNamingStrategyinterface that creates a name based on the identity of a given instance.classKeyNamingStrategyObjectNamingStrategyimplementation that buildsObjectNameinstances from the key used in the "beans" map passed toMBeanExporter.classMetadataNamingStrategyAn implementation of theObjectNamingStrategyinterface that reads theObjectNamefrom the source-level metadata.