Interface MonitoredMetric
-
- All Superinterfaces:
ConfigBeanProxy,ConfigExtension,Container
public interface MonitoredMetric extends ConfigBeanProxy, ConfigExtension
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoredMetric.Duck
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanequals(MonitoredMetric metric)StringgetDescription()StringgetMetricName()voidsetDescription(String value)voidsetMetricName(String value)-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
-
-
-
Method Detail
-
getMetricName
String getMetricName()
-
setMetricName
void setMetricName(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
getDescription
String getDescription()
-
setDescription
void setDescription(String value) throws PropertyVetoException
- Throws:
PropertyVetoException
-
equals
@DuckTyped boolean equals(MonitoredMetric metric)
-
-