|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the cached remote resource.
Field Summary | |
---|---|
static int |
CHANGES_CONFLICT
Constant indicating both local and server copy have changed. |
static int |
CHANGES_INCOMING
Constant indicating server copy has changed, but not local copy. |
static int |
CHANGES_NONE
Constant indicating no changes. |
static int |
CHANGES_OUTGOING
Constant indicating local copy has changed, but not server copy. |
static String |
Copyright
|
Method Summary | |
---|---|
void |
dispose()
Dispose of the cache. |
int |
getState()
Get the state of the cache. |
boolean |
isSynchronized()
Returns whether the local and remote copies are synchronized. |
long |
lastLocalModified()
Get the last modified time on the client. |
long |
lastRemoteModified()
Get the last modified time on the server. |
long |
lastSuccessfulSynch()
Get the last time of download or synchronization. |
Field Detail |
public static final String Copyright
public static final int CHANGES_NONE
public static final int CHANGES_OUTGOING
public static final int CHANGES_INCOMING
public static final int CHANGES_CONFLICT
Method Detail |
public long lastRemoteModified()
public long lastLocalModified()
public long lastSuccessfulSynch()
public boolean isSynchronized()
true
if the local and remote copies are synchronized,
false
otherwise.public int getState()
public void dispose()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |