seda.sandStorm.core
Class TimeStampedEvent

java.lang.Object
  extended byseda.sandStorm.core.TimeStampedEvent
All Implemented Interfaces:
QueueElementIF
Direct Known Subclasses:
httpRequest

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.

Author:
Matt Welsh

Field Summary
 long timestamp
           
 
Constructor Summary
protected TimeStampedEvent()
           
 
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()