org.rhq.enterprise.gui.rt
Class Segment

java.lang.Object
  extended by 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

Constructor Summary
Segment()
           
Segment(int type, double value)
           
 
Method Summary
 Integer getId()
           
 double getValue()
           
 void setId(Integer i)
           
 void setValue(double d)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Segment

public Segment()

Segment

public Segment(int type,
               double value)
Method Detail

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.