Package ke.go.moh.oec.oecsm.sync.data

Examples of ke.go.moh.oec.oecsm.sync.data.DataSynchronizer


     * process is ongoing, a second one is not started.
     */

    private void work() throws InaccessibleConfigurationFileException, DriverNotFoundException, SQLException {
            new SchemaSynchronizer().synchronize();
            new DataSynchronizer().synchronize();
            try {
                Thread.sleep(15000);
            } catch (InterruptedException ex) {
                Mediator.getLogger(Daemon.class.getName()).log(Level.SEVERE, null, ex);
            }
View Full Code Here

TOP

Related Classes of ke.go.moh.oec.oecsm.sync.data.DataSynchronizer

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.