Package org.apache.stanbol.commons.jobs.api

Examples of org.apache.stanbol.commons.jobs.api.JobManager.removeAll()


     */
    @DELETE
    public Response delete(){
        log.info("Called DELETE all jobs");
        JobManager manager = getJobManager();
        manager.removeAll();
        return Response.ok("All jobs have been deleted.").build();
    }
   
    /**
     * Creates a new background job to be used to test the service.
View Full Code Here


     */
    @DELETE
    public Response delete(){
        log.info("Called DELETE all jobs");
        JobManager manager = getJobManager();
        manager.removeAll();
        return Response.ok("All jobs have been deleted.").build();
    }
   
    /**
     * Creates a new background job to be used to test the service.
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.