Package org.apache.sling.event.impl.jobs.tasks

Examples of org.apache.sling.event.impl.jobs.tasks.CleanUpTask.run()


    @Override
    public void run() {
        // invoke maintenance task
        final CleanUpTask task = this.maintenanceTask;
        if ( task != null ) {
            task.run();
        }
    }

    /**
     * @see org.apache.sling.event.jobs.JobManager#restart()
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.