Class Timestamp

java.lang.Object
com.streambase.sb.Timestamp
All Implemented Interfaces:
Serializable, Comparable<Timestamp>

public class Timestamp extends Object implements Comparable<Timestamp>, Serializable
This class represents a Streambase Timestamp. The timestamp can be of two different types: An interval or an offset since the epoch, January 1, 1970 00:00:00.000 GMT (Gregorian).

Note: Serializations of instances of this class that are created (e.g., by using ObjectOutputStream) in one version of StreamBase in general will not be deserializable in any other version of StreamBase.

See Also: