public class BaseJmxSelfNaming extends Object implements JmxSelfNaming
JmxSelfNaming
methods. This is designed to allow a
subclass to extend it and only override the methods to affect the object-name that they want.Constructor and Description |
---|
BaseJmxSelfNaming() |
Modifier and Type | Method and Description |
---|---|
String |
getJmxBeanName()
Return the name of the object that will be the "name=..." part of the associated
ObjectName . |
String |
getJmxDomainName()
Return the domain name of the object that is used to built the associated
ObjectName . |
JmxFolderName[] |
getJmxFolderNames()
Return the appropriate array of folder names used to built the associated
ObjectName . |
public String getJmxDomainName()
JmxSelfNaming
ObjectName
. Return null to use
the one from the JmxResource.domainName()
annotation instead.getJmxDomainName
in interface JmxSelfNaming
public String getJmxBeanName()
JmxSelfNaming
ObjectName
. Return null
to use the one from the JmxResource.beanName()
annotation instead.getJmxBeanName
in interface JmxSelfNaming
public JmxFolderName[] getJmxFolderNames()
JmxSelfNaming
ObjectName
. Return null to use
the folder names specified in the JmxResource.folderNames()
annotation instead.getJmxFolderNames
in interface JmxSelfNaming
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.