Uses of Class
org.jumpmind.symmetric.fs.config.SyncConfig

Packages that use SyncConfig
org.jumpmind.symmetric.fs.client   
org.jumpmind.symmetric.fs.client.connector   
org.jumpmind.symmetric.fs.config   
 

Uses of SyncConfig in org.jumpmind.symmetric.fs.client
 

Fields in org.jumpmind.symmetric.fs.client declared as SyncConfig
protected  SyncConfig SyncStatus.syncConfig
           
protected  SyncConfig SyncJob.syncConfig
           
 

Methods in org.jumpmind.symmetric.fs.client that return SyncConfig
 SyncConfig SyncStatus.getSyncConfig()
           
 

Methods in org.jumpmind.symmetric.fs.client with parameters of type SyncConfig
protected  SyncJob SyncClientEngine.addSyncJob(Node node, SyncConfig syncConfig)
           
 void SyncStatus.setSyncConfig(SyncConfig syncConfig)
           
 

Constructors in org.jumpmind.symmetric.fs.client with parameters of type SyncConfig
SyncJob(TransportConnectorFactory transportConnectorFactory, IPersisterServices persisterServices, IServerNodeLocker serverNodeLocker, org.springframework.scheduling.TaskScheduler taskScheduler, Node node, SyncConfig config, TypedProperties properties, ISyncClientListener syncClientListener, ScriptAPI api)
           
SyncStatus(Node node, SyncConfig syncConfig)
           
 

Uses of SyncConfig in org.jumpmind.symmetric.fs.client.connector
 

Methods in org.jumpmind.symmetric.fs.client.connector with parameters of type SyncConfig
 ITransportConnector TransportConnectorFactory.createTransportConnector(SyncConfig config, Node node)
           
 

Uses of SyncConfig in org.jumpmind.symmetric.fs.config
 

Fields in org.jumpmind.symmetric.fs.config with type parameters of type SyncConfig
protected  List<SyncConfig> SyncConfigCollection.syncConfigs
           
 

Methods in org.jumpmind.symmetric.fs.config that return types with arguments of type SyncConfig
 List<SyncConfig> SyncConfigCollection.getSyncConfigs()
           
 



Copyright © 2012-2013 JumpMind, Inc.. All Rights Reserved.