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_SyncDaogetClientTimestamp in interface Server_SyncDaohost - The host to fetchpublic void setClientTimestamp(java.lang.String host)
Server_SyncDaosetClientTimestamp in interface Server_SyncDaohost - The host to fetch