public class JvmOnKeyNamingStrategy extends Object implements org.springframework.jmx.export.naming.ObjectNamingStrategy, org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
JvmOnKeyNamingStrategy(String prefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
ObjectName |
getObjectName(Object managedBean,
String beanKey) |
void |
setMappingLocation(org.springframework.core.io.Resource location) |
void |
setMappingLocations(org.springframework.core.io.Resource[] mappingLocations) |
void |
setMappings(Properties mappings) |
public JvmOnKeyNamingStrategy(String prefix)
public void setMappings(Properties mappings)
public void setMappingLocation(org.springframework.core.io.Resource location)
public void setMappingLocations(org.springframework.core.io.Resource[] mappingLocations)
public void afterPropertiesSet()
throws IOException
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanIOExceptionpublic ObjectName getObjectName(Object managedBean, String beanKey) throws MalformedObjectNameException
getObjectName in interface org.springframework.jmx.export.naming.ObjectNamingStrategyMalformedObjectNameExceptionCopyright © 2026 vpc open source initiative. All rights reserved.