Examples of fullRun()


Examples of org.apache.sling.event.impl.jobs.tasks.CheckTopologyTask.fullRun()

            rt.run();
        }

        // we run the checker task twice, now and shortly after the topology has changed.
        final CheckTopologyTask mt = new CheckTopologyTask(this);
        mt.fullRun(!isConfigChange, isConfigChange);

        // and run checker again in some seconds (if leader)
        // notify listeners afterwards
        scheduler.schedule(new Runnable() {
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.