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 -
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
Copyright © 2011 OW2 Consortium. All Rights Reserved.