Package com.gamingmesh.jobs.tasks

Examples of com.gamingmesh.jobs.tasks.DatabaseSaveThread


        pManager.reload();
        permissionHandler.registerPermissions();
       
        // set the system to auto save
        if (ConfigManager.getJobsConfiguration().getSavePeriod() > 0) {
            saveTask = new DatabaseSaveThread(ConfigManager.getJobsConfiguration().getSavePeriod());
            saveTask.start();
        }
       
        // schedule payouts to buffered payments
        paymentThread = new BufferedPaymentThread(ConfigManager.getJobsConfiguration().getEconomyBatchDelay());
View Full Code Here

TOP

Related Classes of com.gamingmesh.jobs.tasks.DatabaseSaveThread

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.