com.anabas.ibus
Class TimeImpl

java.lang.Object
  |
  +--com.anabas.ibus.TimeImpl

public class TimeImpl
extends java.lang.Object
implements com.anabas.concepts.Time

Title: Description: Copyright: Copyright (c) 2000 Company:


Constructor Summary
TimeImpl(long time)
           
 
Method Summary
 long getTime()
           
 com.anabas.concepts.Clock getTimeClock()
          No clocks......
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeImpl

public TimeImpl(long time)
Method Detail

getTimeClock

public com.anabas.concepts.Clock getTimeClock()
No clocks......
Specified by:
getTimeClock in interface com.anabas.concepts.Time
Tags copied from interface: com.anabas.concepts.Time
Returns:
The clock of the source time. Difference clocks could be: (1) Global clock (Some synchronized global clock of the system) (2) Local clock (The local clock) ...

getTime

public long getTime()
Specified by:
getTime in interface com.anabas.concepts.Time
Tags copied from interface: com.anabas.concepts.Time
Returns:
The time in milliseconds.