org.ow2.jasmine.probe.collectors.jmx
Class Metric
java.lang.Object
org.ow2.jasmine.probe.collectors.jmx.Metric
public class Metric
- extends Object
This Value Object holds the result of a collect for a given mbean
- Author:
- durieuxp
Metric
public Metric(Long t,
ObjectName mbean,
AttributeList attl,
String target)
- Constructor
- Parameters:
t - mbean - attl - target -
isMultiValue
public boolean isMultiValue()
setMultiValue
public void setMultiValue(boolean multiValue)
getTimestamp
public long getTimestamp()
getMBean
public ObjectName getMBean()
getAttributeList
public AttributeList getAttributeList()
getTarget
public String getTarget()
toString
public String toString()
- Overrides:
toString in class Object
getProperties
public Map<String,String> getProperties()
setProperty
public void setProperty(String key,
String value)
Copyright © 2012 OW2 Consortium. All Rights Reserved.