org.rhq.enterprise.gui.rt
Class Segment
java.lang.Object
org.rhq.enterprise.gui.rt.Segment
- All Implemented Interfaces:
- Serializable
public class Segment
- extends Object
- implements Serializable
Defines a specific segment of a response time measurement. Each segment represents the response time of one of the
service tiers that handles some portion of a request.
- See Also:
- Serialized Form
Segment
public Segment()
Segment
public Segment(int type,
double value)
getId
public Integer getId()
setId
public void setId(Integer i)
getValue
public double getValue()
setValue
public void setValue(double d)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.