Package org.jumpmind.symmetric.service
Interface IService
- All Known Subinterfaces:
IRouterService
- All Known Implementing Classes:
AbstractOfflineDetectorService
,AbstractService
,AcknowledgeService
,ClientExtensionService
,ClusterService
,ConfigurationService
,ContextService
,DataExtractorService
,DataLoaderService
,DataService
,ExtensionService
,FileSyncExtractorService
,FileSyncService
,GroupletService
,IncomingBatchService
,InitialLoadService
,JobManager
,LoadFilterService
,NodeCommunicationService
,NodeService
,OfflinePullService
,OfflinePushService
,OutgoingBatchService
,PullService
,PurgeService
,PushService
,RegistrationService
,RouterService
,SequenceService
,StatisticService
,TestTablesService
,TransformService
,TriggerRouterService
,UpdateService
public interface IService
An interface that indicates that this class provides stateless services methods for the application
-
Method Summary
Modifier and TypeMethodDescriptionvoid
synchronize
(Runnable runnable) Provide a mechanism where service clients may synchronize custom code with synchronized code in SymmetricDS services.
-
Method Details
-
synchronize
Provide a mechanism where service clients may synchronize custom code with synchronized code in SymmetricDS services.- Parameters:
runnable
- The code to run
-
getSql
-