|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SyncSource | |
---|---|
com.funambol.syncml.client | |
com.funambol.syncml.spds |
Uses of SyncSource in com.funambol.syncml.client |
---|
Classes in com.funambol.syncml.client that implement SyncSource | |
---|---|
class |
BaseSyncSource
An abstract implementation of the SyncSource interface, providing the basic framework each SyncSource has to implement. |
class |
ConfigSyncSource
An implementation of TrackableSyncSource, providing the ability to sync Funambol's client configuration |
class |
FileSyncSource
An implementation of TrackableSyncSource, providing the ability to sync briefcases (files). |
class |
TrackableSyncSource
An abstract implementation of SyncSource, providing the ability to use a ChangesTracker to automatically trace changes. |
class |
TwoPhasesFileSyncSource
An implementation of TrackableSyncSource, providing the ability to sync briefcases (files). |
Uses of SyncSource in com.funambol.syncml.spds |
---|
Fields in com.funambol.syncml.spds declared as SyncSource | |
---|---|
protected SyncSource |
SyncManager.source
|
Methods in com.funambol.syncml.spds with parameters of type SyncSource | |
---|---|
void |
SyncManager.sync(SyncSource source)
Synchronizes synchronization source, using the preferred sync mode defined for that SyncSource. |
void |
SyncManager.sync(SyncSource source,
boolean askServerDevInf)
Synchronizes synchronization source, using the preferred sync mode defined for that SyncSource. |
void |
SyncManager.sync(SyncSource src,
int syncMode)
Synchronizes synchronization source |
void |
SyncManager.sync(SyncSource src,
int syncMode,
boolean askServerDevInf)
Synchronizes synchronization source |
Constructors in com.funambol.syncml.spds with parameters of type SyncSource | |
---|---|
SyncReport(SyncSource source)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |