| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectNamingStrategy | |
|---|---|
| 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 | |
|---|---|
|  void | MBeanExporter.setNamingStrategy(ObjectNamingStrategy namingStrategy)Set the implementation of the ObjectNamingStrategyinterface
 to use for this exporter. | 
| Uses of ObjectNamingStrategy in org.springframework.jmx.export.naming | 
|---|
| Classes in org.springframework.jmx.export.naming that implement ObjectNamingStrategy | |
|---|---|
|  class | IdentityNamingStrategyAn implementation of the ObjectNamingStrategyinterface that
 creates a name based on the the identity of a given instance. | 
|  class | KeyNamingStrategyObjectNamingStrategyimplementation that buildsObjectNameinstances from the key used in the
 "beans" map passed toMBeanExporter. | 
|  class | MetadataNamingStrategyAn implementation of the ObjectNamingStrategyinterface
 that reads theObjectNamefrom the source-level metadata. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||