|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.gui.rt.SegmentInfo
public class SegmentInfo
Provides segmented and total response time measurement for an individual request (or average for a group of requests).
| Constructor Summary | |
|---|---|
SegmentInfo(String label)
|
|
| Method Summary | |
|---|---|
void |
addSegment(int index,
Segment s)
|
String |
getLabel()
Retrieves the label of a chart data point. |
Segment |
getSegment(int index)
|
List |
getSegments()
|
long |
getTimestamp()
|
double |
getTotal()
|
double |
getValue()
Retrieves the value of a chart data point. |
double[] |
getValues()
Retrieves the value of a chart data point. |
boolean |
removeSegment(Segment s)
|
void |
setLabel(String label)
|
void |
setTimestamp(long time)
|
void |
setTotal(double d)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SegmentInfo(String label)
| Method Detail |
|---|
public void addSegment(int index,
Segment s)
public Segment getSegment(int index)
public List getSegments()
public boolean removeSegment(Segment s)
public double getTotal()
public void setTotal(double d)
public double getValue()
IDataPoint
getValue in interface IDataPointpublic double[] getValues()
IStackedDataPoint
getValues in interface IStackedDataPointpublic void setLabel(String label)
public String getLabel()
IDisplayDataPoint
getLabel in interface IDisplayDataPointpublic void setTimestamp(long time)
public long getTimestamp()
getTimestamp in interface IDisplayDataPointpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||