Package nl.nn.adapterframework.jmx
Class JmxNamingStrategy
- java.lang.Object
-
- org.springframework.jmx.export.naming.IdentityNamingStrategy
-
- nl.nn.adapterframework.jmx.JmxNamingStrategy
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
,org.springframework.jmx.export.naming.ObjectNamingStrategy
public class JmxNamingStrategy extends org.springframework.jmx.export.naming.IdentityNamingStrategy implements org.springframework.beans.factory.InitializingBean
-
-
Constructor Summary
Constructors Constructor Description JmxNamingStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
ObjectName
getObjectName(Object managedBean, String beanKey)
void
setDefaultDomain(String defaultDomain)
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
Exception
-
setDefaultDomain
public void setDefaultDomain(String defaultDomain)
-
getObjectName
public ObjectName getObjectName(Object managedBean, String beanKey) throws MalformedObjectNameException
- Specified by:
getObjectName
in interfaceorg.springframework.jmx.export.naming.ObjectNamingStrategy
- Overrides:
getObjectName
in classorg.springframework.jmx.export.naming.IdentityNamingStrategy
- Throws:
MalformedObjectNameException
-
-