Uses of Interface
com.funambol.syncclient.spds.engine.SyncSource

Packages that use SyncSource
com.funambol.syncclient.spap   
com.funambol.syncclient.spds.engine This package contains the API to interface the synchronization engine with host applications. 
com.funambol.syncclient.spds.engine.recovery This package contains the Funambol Data Synchronization API 
com.funambol.syncclient.spds.source   
 

Uses of SyncSource in com.funambol.syncclient.spap
 

Classes in com.funambol.syncclient.spap that implement SyncSource
 class AssetSyncSource
          This class implements a SyncSource that handle the Asset store on a device.
 

Uses of SyncSource in com.funambol.syncclient.spds.engine
 

Fields in com.funambol.syncclient.spds.engine declared as SyncSource
protected  SyncSource SyncItemImpl.syncSource
          The SyncSource this item belongs to
 

Methods in com.funambol.syncclient.spds.engine that return SyncSource
 SyncSource SyncItemImpl.getSyncSource()
          Getter for property syncSource.
 SyncSource SyncItem.getSyncSource()
          Getter for property syncSource.
 SyncSource SyncSourceFactory.getSyncSource(java.lang.String dataStoreName)
           
 

Methods in com.funambol.syncclient.spds.engine with parameters of type SyncSource
static SyncItem SyncItemImpl.getNotExistingSyncItem(SyncSource syncSource)
          Creates and returns a "not-existing" SyncItem.
 void SyncItemImpl.setSyncSource(SyncSource syncSource)
          Setter for property syncSource.
 

Constructors in com.funambol.syncclient.spds.engine with parameters of type SyncSource
SyncItemImpl(SyncSource syncSource, java.lang.Object key)
           
SyncItemImpl(SyncSource syncSource, java.lang.Object key, char state)
          Creates a new SyncItem belonging to the given source.
 

Uses of SyncSource in com.funambol.syncclient.spds.engine.recovery
 

Classes in com.funambol.syncclient.spds.engine.recovery that implement SyncSource
 class AbstractRecovery
          This class defines recovery method to manage recovery database in slowsync status.
 

Uses of SyncSource in com.funambol.syncclient.spds.source
 

Classes in com.funambol.syncclient.spds.source that implement SyncSource
 class DummySyncSource
          This class implements a dummy SyncSource that just displays the calls to its methods
 class FileSystemSyncSource
          This class implements a file system SyncSource.
 class SIFFileSystemSyncSource
          This class implements a SyncSource that extends a FileSystemSyncSource and it's able to receive and send items in the following formats: SIF-C SIF-E text vCard vCalendar The clientContentType and the serverContentType specify the format of which the client and the server send the items and would receive the returned.
 class SIFSyncSource
          This class implements a dummy SyncSource that just displays the calls to its methods
 



Copyright © 2010 Funambol. All Rights Reserved.