eu.reservoir.monitoring.core
Class Timestamp

java.lang.Object
  extended by eu.reservoir.monitoring.core.Timestamp
All Implemented Interfaces:
java.io.Serializable

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

A timestamp.

See Also:
Serialized Form

Constructor Summary
Timestamp(long t)
          Construct a Timestamp.
 
Method Summary
 Timestamp minus(Timestamp t)
          Do this_timestamp - other_timestamp.
 Timestamp plus(Timestamp t)
          Do this_timestamp + other_timestamp.
 java.lang.String toString()
          To String.
 long value()
          Get the value of a timestamp.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Timestamp

public Timestamp(long t)
Construct a Timestamp.

Method Detail

value

public long value()
Get the value of a timestamp.


minus

public Timestamp minus(Timestamp t)
Do this_timestamp - other_timestamp.


plus

public Timestamp plus(Timestamp t)
Do this_timestamp + other_timestamp.


toString

public java.lang.String toString()
To String.

Overrides:
toString in class java.lang.Object


RESERVOIR Monitoring 0.6.4