|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceConfig | |
---|---|
com.funambol.syncml.client | |
com.funambol.syncml.spds |
Uses of SourceConfig in com.funambol.syncml.client |
---|
Fields in com.funambol.syncml.client declared as SourceConfig | |
---|---|
protected SourceConfig |
BaseSyncSource.config
SyncSource configuration |
protected SourceConfig |
TrackableSyncSource.config
SyncSource configuration |
Methods in com.funambol.syncml.client that return SourceConfig | |
---|---|
SourceConfig |
BaseSyncSource.getConfig()
Returns the config of the source. |
SourceConfig |
TrackableSyncSource.getConfig()
Returns the config of the source. |
Methods in com.funambol.syncml.client with parameters of type SourceConfig | |
---|---|
void |
BaseSyncSource.setConfig(SourceConfig config)
Sets the config of the source. |
void |
TrackableSyncSource.setConfig(SourceConfig config)
Sets the config of the source. |
Constructors in com.funambol.syncml.client with parameters of type SourceConfig | |
---|---|
BaseSyncSource(SourceConfig config)
BaseSyncSource constructor: initialize source config |
|
ConfigSyncSource(SourceConfig config,
ChangesTracker tracker,
StringKeyValueStore store)
ConfigSyncSource constructor |
|
FileSyncSource(SourceConfig config,
ChangesTracker tracker,
java.lang.String directory)
FileSyncSource constructor: initialize source config |
|
TrackableSyncSource(SourceConfig config,
ChangesTracker tracker)
TrackableSyncSource constructor: initialize source config |
|
TwoPhasesFileSyncSource(SourceConfig config,
ChangesTracker tracker,
java.lang.String directory,
SyncConfig syncConfig,
java.lang.String uploadUrl)
FileSyncSource constructor: initialize source config. |
Uses of SourceConfig in com.funambol.syncml.spds |
---|
Methods in com.funambol.syncml.spds that return SourceConfig | |
---|---|
SourceConfig |
SyncSource.getConfig()
Returns the config of the source. |
Methods in com.funambol.syncml.spds with parameters of type SourceConfig | |
---|---|
void |
SyncSource.setConfig(SourceConfig config)
Sets the config of the source. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |