|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.jmx.export.metadata.AbstractJmxAttribute org.springframework.jmx.export.metadata.ManagedMetric
public class ManagedMetric
Metadata that indicates to expose a given bean property as a JMX attribute, with additional descriptor properties that indicate that the attribute is a metric. Only valid when used on a JavaBean getter.
MetadataMBeanInfoAssembler
Constructor Summary | |
---|---|
ManagedMetric()
|
Method Summary | |
---|---|
String |
getCategory()
The category of this metric (ex. |
String |
getDisplayName()
A display name for this metric. |
MetricType |
getMetricType()
A description of how this metric's values change over time. |
int |
getPersistPeriod()
The persist period for this metric. |
String |
getPersistPolicy()
The persist policy for this metric. |
String |
getUnit()
The expected unit of measurement values. |
void |
setCategory(String category)
The category of this metric (ex. |
void |
setDisplayName(String displayName)
A display name for this metric. |
void |
setMetricType(MetricType metricType)
A description of how this metric's values change over time. |
void |
setPersistPeriod(int persistPeriod)
The persist period for this metric. |
void |
setPersistPolicy(String persistPolicy)
The persist policy for this metric. |
void |
setUnit(String unit)
The expected unit of measurement values. |
Methods inherited from class org.springframework.jmx.export.metadata.AbstractJmxAttribute |
---|
getCurrencyTimeLimit, getDescription, setCurrencyTimeLimit, setDescription |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ManagedMetric()
Method Detail |
---|
public void setCategory(String category)
public String getCategory()
public void setDisplayName(String displayName)
public String getDisplayName()
public void setMetricType(MetricType metricType)
public MetricType getMetricType()
public void setPersistPeriod(int persistPeriod)
public int getPersistPeriod()
public void setPersistPolicy(String persistPolicy)
public String getPersistPolicy()
public void setUnit(String unit)
public String getUnit()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |