com.zwares.base.cache.helper
Class RealTimeClock

java.lang.Object
  |
  +--com.zwares.base.cache.helper.Clock
        |
        +--com.zwares.base.cache.helper.RealTimeClock
Direct Known Subclasses:
QuickAccessClock

public class RealTimeClock
extends Clock


Constructor Summary
RealTimeClock()
           
 
Method Summary
 java.util.Date currentDate()
           
 long currentTimeMillis()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealTimeClock

public RealTimeClock()
Method Detail

currentTimeMillis

public long currentTimeMillis()
Specified by:
currentTimeMillis in class Clock

currentDate

public java.util.Date currentDate()
Specified by:
currentDate in class Clock