org.openstreetmap.osmosis.core.apidb.v0_6.impl
Interface SystemTimeLoader

All Known Implementing Classes:
TimeDao

public interface SystemTimeLoader

Provides Replicator with access to the system time on the database server. This avoids relying on the clock of this system which may be different.


Method Summary
 java.util.Date getSystemTime()
          Gets the system time of the database server.
 

Method Detail

getSystemTime

java.util.Date getSystemTime()
Gets the system time of the database server.

Returns:
The timestamp.