|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISystemCachedRemoteResource
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. |
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 |
---|
static final int CHANGES_NONE
static final int CHANGES_OUTGOING
static final int CHANGES_INCOMING
static final int CHANGES_CONFLICT
Method Detail |
---|
long lastRemoteModified()
long lastLocalModified()
long lastSuccessfulSynch()
boolean isSynchronized()
true
if the local and remote copies are synchronized,
false
otherwise.int getState()
void dispose()
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |