Uses of Interface
org.springframework.jmx.export.naming.ObjectNamingStrategy
Packages that use ObjectNamingStrategy
Package
Description
This package provides declarative creation and registration of
 Spring-managed beans as JMX MBeans.
Provides a strategy for ObjectName creation.
- 
Uses of ObjectNamingStrategy in org.springframework.jmx.exportMethods in org.springframework.jmx.export with parameters of type ObjectNamingStrategyModifier and TypeMethodDescriptionvoidMBeanExporter.setNamingStrategy(ObjectNamingStrategy namingStrategy) Set the implementation of theObjectNamingStrategyinterface to use for this exporter.
- 
Uses of ObjectNamingStrategy in org.springframework.jmx.export.namingClasses in org.springframework.jmx.export.naming that implement ObjectNamingStrategyModifier and TypeClassDescriptionclassAn implementation of theObjectNamingStrategyinterface that creates a name based on the identity of a given instance.classObjectNamingStrategyimplementation that buildsObjectNameinstances from the key used in the "beans" map passed toMBeanExporter.classAn implementation of theObjectNamingStrategyinterface that reads theObjectNamefrom the source-level metadata.