public interface Server_SyncDao
| 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.
|
java.util.Date getClientTimestamp(java.lang.String host)
host - The host to fetchvoid setClientTimestamp(java.lang.String host)
host - The host to fetch