public class JamonJmxBeanPropertyDefault extends Object implements JamonJmxBeanProperty
Modifier and Type | Field and Description |
---|---|
protected String |
label |
protected String |
name |
protected String |
units |
Constructor and Description |
---|
JamonJmxBeanPropertyDefault(String label,
String units,
String name) |
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
example: com.jamonapi.Exceptions
|
String |
getName()
Return logical name to be used instead of label, or empty string if it doesn't exist.
|
String |
getUnits()
example: Exception
|
protected final String label
protected final String units
protected final String name
public String getLabel()
getLabel
in interface JamonJmxBeanProperty
public String getUnits()
getUnits
in interface JamonJmxBeanProperty
public String getName()
getName
in interface JamonJmxBeanProperty
Copyright © 2015. All rights reserved.