Package de.arago.rike.commons.util

Examples of de.arago.rike.commons.util.StatisticHelper


    @Override
    public void init() throws PortletException {
        super.init();

        scheduler.scheduleAtFixedRate(new StatisticHelper(), 1, 1, TimeUnit.HOURS);
        GlobalConfig.fetchFromDatabase();
        StatisticHelper.update();
    }
View Full Code Here

TOP

Related Classes of de.arago.rike.commons.util.StatisticHelper

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.