com.bigbross.bossa
Class RealTimeSource

java.lang.Object
  extended bycom.bigbross.bossa.RealTimeSource
All Implemented Interfaces:
Serializable, TimeSource

public class RealTimeSource
extends Object
implements TimeSource

This class implements a real time time source. Use it if you want a transient Bossa that gets the time from the system clock.

Author:
BigBross Team
See Also:
Serialized Form

Constructor Summary
RealTimeSource()
           
 
Method Summary
 Date getTime()
          Returns the current time.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealTimeSource

public RealTimeSource()
Method Detail

getTime

public Date getTime()
Description copied from interface: TimeSource
Returns the current time.

Specified by:
getTime in interface TimeSource
Returns:
the current time.
See Also:
TimeSource.getTime()


Copyright © 2003,2004 OpenBR Sistemas S/C Ltda.