public class Server_SyncDaoJdbc extends java.lang.Object implements Server_SyncDao
Constructor and Description |
---|
Server_SyncDaoJdbc() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getClientTimestamp(java.lang.String host)
Get the last time this client sync'd.
|
void |
setClientTimestamp(java.lang.String host)
Set the last time this client sync'd to now.
|
public java.util.Date getClientTimestamp(java.lang.String host)
Server_SyncDao
getClientTimestamp
in interface Server_SyncDao
host
- The host to fetchpublic void setClientTimestamp(java.lang.String host)
Server_SyncDao
setClientTimestamp
in interface Server_SyncDao
host
- The host to fetch