Examples of ClockActor


Examples of org.prevayler.util.clock.ClockActor

     *
     * @param prevayler the prevayler instance
     */
    protected void startClockActorDaemon(final Prevayler prevayler) {
        if (RUN_CLOCKACTOR_THREAD.equals("false")) return;
        new ClockActor(prevayler);
    }
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.