seda.sandStorm.core
Class TimeStampedEvent

java.lang.Object
  extended by seda.sandStorm.core.TimeStampedEvent
All Implemented Interfaces:
QueueElementIF
Direct Known Subclasses:
httpRequest, Message

public abstract class TimeStampedEvent
extends java.lang.Object
implements QueueElementIF

A TimeStampedEvent is an abstract superclass for events that wish to carry a timestamp. This can be used for profiling and control.


Field Summary
 long timestamp
           
 
Constructor Summary
protected TimeStampedEvent()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timestamp

public long timestamp
Constructor Detail

TimeStampedEvent

protected TimeStampedEvent()