org.jumpmind.symmetric.service
Interface IBootstrapService
- All Known Implementing Classes:
- BootstrapService
public interface IBootstrapService
Provides methods to setup the runtime for data synchronization based on
IConfigurationService.
setupDatabase
void setupDatabase()
setupDatabase
void setupDatabase(boolean force)
syncTriggers
void syncTriggers()
register
@Deprecated
void register()
- Deprecated.
validateConfiguration
void validateConfiguration()
heartbeat
void heartbeat()
getCachedTriggers
java.util.Map<java.lang.Integer,Trigger> getCachedTriggers(boolean refreshCache)
Copyright © 2007-2008. All Rights Reserved.