Examples of DbThread


Examples of ecks.Threads.DbThread

        // load up the database
        Configuration.Database.loadDB();
        Logging.info("STARTUP", "Database loaded...");

        // start a thread to save the database every five minutes.
        util.startThread(new Thread(new DbThread())).start();
        Logging.info("STARTUP", "Database thread started...");

        // initialize the connection
        InetAddress inetT;
        if (Configuration.Config.get("localhost").toLowerCase().equals("any"))
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.