Package org.apache.sling.bgservlets

Examples of org.apache.sling.bgservlets.JobProgressInfo


            // return info from our job node
            final JobStatus active = getActiveJob();
            if(active != null) {
                return active.getProgressInfo();
            } else {
                return new JobProgressInfo() {
                    public String getProgressMessage() {
                        return getState().toString();
                    }
                   
                    public Date getEstimatedCompletionTime() {
View Full Code Here

TOP

Related Classes of org.apache.sling.bgservlets.JobProgressInfo

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.