| java.lang.Object org.springframework.jmx.export.naming.KeyNamingStrategy
Field Summary | |
final protected Log | logger Log instance for this class. |
Method Summary | |
public void | afterPropertiesSet() Merges the Properties configured in the mappings and
mappingLocations into the final Properties instance
used for ObjectName resolution. | public ObjectName | getObjectName(Object managedBean, String beanKey) Attempts to retrieve the ObjectName via the given key, trying to
find a mapped value in the mappings first. | public void | setMappingLocation(Resource location) Set a location of a properties file to be loaded,
containing object name mappings. | public void | setMappingLocations(Resource[] mappingLocations) Set location of properties files to be loaded,
containing object name mappings. | public void | setMappings(Properties mappings) Set local properties, containing object name mappings, e.g. |
logger | final protected Log logger(Code) | | Log instance for this class.
|
afterPropertiesSet | public void afterPropertiesSet() throws IOException(Code) | | Merges the Properties configured in the mappings and
mappingLocations into the final Properties instance
used for ObjectName resolution.
throws: IOException - |
setMappingLocation | public void setMappingLocation(Resource location)(Code) | | Set a location of a properties file to be loaded,
containing object name mappings.
|
setMappingLocations | public void setMappingLocations(Resource[] mappingLocations)(Code) | | Set location of properties files to be loaded,
containing object name mappings.
|
setMappings | public void setMappings(Properties mappings)(Code) | | Set local properties, containing object name mappings, e.g. via
the "props" tag in XML bean definitions. These can be considered
defaults, to be overridden by properties loaded from files.
|
|
|