org.ws4d.java.util
Class TimedEntry

java.lang.Object
  extended by org.ws4d.java.util.TimedEntry
Direct Known Subclasses:
DefaultDeviceReference

public abstract class TimedEntry
extends java.lang.Object

Class to memorize time information. Override timedOut() method to do something at time out time.


Constructor Summary
TimedEntry()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimedEntry

public TimedEntry()
Method Detail

toString

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