Package cx.fbn.nevernote.threads

Examples of cx.fbn.nevernote.threads.SyncRunner


    indexDisabled = false;
    indexRunning = false;
       
    logger.log(logger.EXTREME, "Setting sync thread & timers");
    syncThreadsReady=1;
    syncRunner = new SyncRunner("syncRunner.log",
        Global.getDatabaseUrl(), Global.getIndexDatabaseUrl(), Global.getResourceDatabaseUrl(),
        Global.getDatabaseUserid(), Global.getDatabaseUserPassword(), Global.cipherPassword);
    syncTime = new SyncTimes().timeValue(Global.getSyncInterval());
    syncTimer = new QTimer();
    syncTimer.timeout.connect(this, "syncTimer()");
View Full Code Here

TOP

Related Classes of cx.fbn.nevernote.threads.SyncRunner

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.