public class JmxFolderName extends Object
JmxSelfNaming.getJmxFolderNames()
and ObjectNameUtil.makeObjectName(JmxResource, JmxSelfNaming)
. It
can either be a field/value pair which turns into "field=value" in the ObjectName
or it can be just a value
in which case a numerical field prefix is auto-generated.Constructor and Description |
---|
JmxFolderName(String value)
Create a folder-name that turns into "00=value" in the
ObjectName . |
JmxFolderName(String field,
String value)
Create a folder-name that turns into "field=value" in the
ObjectName . |
public JmxFolderName(String value)
ObjectName
. The numerical field is auto-generated
by ObjectNameUtil
.public JmxFolderName(String field, String value)
ObjectName
.This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.