|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TrackerException | |
---|---|
com.funambol.syncml.client |
Uses of TrackerException in com.funambol.syncml.client |
---|
Methods in com.funambol.syncml.client that throw TrackerException | |
---|---|
void |
CacheTracker.begin(int syncMode)
|
void |
ChangesTracker.begin(int syncMode)
This method allows implementations to get ready to return list of changes. |
void |
CacheTracker.empty()
|
void |
ChangesTracker.empty()
Empty the tracker status. |
void |
CacheTracker.end()
|
void |
ChangesTracker.end()
This method allows implementations to clean data. |
java.util.Enumeration |
CacheTracker.getDeletedItems()
Returns the list of deleted items. |
java.util.Enumeration |
ChangesTracker.getDeletedItems()
Returns the list of deleted items. |
int |
CacheTracker.getDeletedItemsCount()
Returns the number of deleted items that will be returned by the getDeletedItems method |
int |
ChangesTracker.getDeletedItemsCount()
Returns the number of deleted items that will be returned by the getDeletedItems method |
java.util.Enumeration |
CacheTracker.getNewItems()
Returns the list of new items. |
java.util.Enumeration |
ChangesTracker.getNewItems()
Returns the list of new items. |
int |
CacheTracker.getNewItemsCount()
Returns the number of new items that will be returned by the getNewItems method |
int |
ChangesTracker.getNewItemsCount()
Returns the number of new items that will be returned by the getNewItems method |
java.util.Enumeration |
CacheTracker.getUpdatedItems()
Returns the list of updated items. |
java.util.Enumeration |
ChangesTracker.getUpdatedItems()
Returns the list of updated items. |
int |
CacheTracker.getUpdatedItemsCount()
Returns the number of deleted items that will be returned by the getDeletedItems method |
int |
ChangesTracker.getUpdatedItemsCount()
Returns the number of updated items that will be returned by the getUpdatedItems method |
boolean |
CacheTracker.removeItem(SyncItem item)
|
boolean |
ChangesTracker.removeItem(SyncItem item)
Remove the given item from the list of changes |
void |
CacheTracker.reset()
This method cleans any pending change. |
void |
ChangesTracker.reset()
This method resets the list of changes. |
void |
CacheTracker.setItemStatus(java.lang.String key,
int itemStatus)
|
void |
ChangesTracker.setItemStatus(java.lang.String key,
int status)
Set an item status returned by the server as result of the synchronization. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |