public class JmxNamingStrategy
extends org.springframework.jmx.export.naming.IdentityNamingStrategy
implements org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
JmxNamingStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
ObjectName |
getObjectName(Object managedBean,
String beanKey) |
void |
setDefaultDomain(String defaultDomain) |
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public void setDefaultDomain(String defaultDomain)
public ObjectName getObjectName(Object managedBean, String beanKey) throws MalformedObjectNameException
getObjectName
in interface org.springframework.jmx.export.naming.ObjectNamingStrategy
getObjectName
in class org.springframework.jmx.export.naming.IdentityNamingStrategy
MalformedObjectNameException
Copyright © 2023 Frank!Framework. All rights reserved.