com.sonicsw.esb.service.common.metrics
Class MetricDescriptor
java.lang.Object
com.sonicsw.esb.service.common.metrics.MetricDescriptor
public final class MetricDescriptor
- extends java.lang.Object
Describes a metric.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MetricDescriptor
public MetricDescriptor()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getType
public MetricType getType()
setType
public void setType(MetricType type)
getUpdateMode
public UpdateMode getUpdateMode()
setUpdateMode
public void setUpdateMode(UpdateMode updateMode)
intervalMode
public boolean intervalMode()
setIntervalMode
public void setIntervalMode(boolean intervalMode)
isInstanceMetric
public boolean isInstanceMetric()
setInstanceMetric
public void setInstanceMetric(boolean instanceMetric)
getHistoryMode
public HistoryMode getHistoryMode()
setHistoryMode
public void setHistoryMode(HistoryMode historyMode)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
getInitialValue
public long getInitialValue()
setInitialValue
public void setInitialValue(long initialValue)
getUnits
public java.lang.String getUnits()
setUnits
public void setUnits(java.lang.String units)
supportsHighThresholdAlerts
public boolean supportsHighThresholdAlerts()
setSupportsHighThresholdAlerts
public void setSupportsHighThresholdAlerts(boolean supportsHighThresholdAlerts)
supportsLowThresholdAlerts
public boolean supportsLowThresholdAlerts()
setSupportsLowThresholdAlerts
public void setSupportsLowThresholdAlerts(boolean supportsLowThresholdAlerts)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2001-2013 Aurea, Inc. All Rights Reserved.
HTML formatted on 29-April-2013.