com.caucho.management.server
Class StatServiceValue

java.lang.Object
  extended by com.caucho.management.server.StatServiceValue
All Implemented Interfaces:
java.io.Serializable

public class StatServiceValue
extends java.lang.Object
implements java.io.Serializable

Value for a statistics data point.

See Also:
Serialized Form

Constructor Summary
StatServiceValue(long time, double value)
          Standard constructor
 
Method Summary
 long getTime()
          Returns the value's time
 double getValue()
          Returns the value's value
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatServiceValue

public StatServiceValue(long time,
                        double value)
Standard constructor

Method Detail

getTime

public long getTime()
Returns the value's time


getValue

public double getValue()
Returns the value's value


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object