Package jobs.async

Examples of jobs.async.AsyncJob


public class AsyncApplication extends Controller {

    public static void index() {
        createTrace("~~~~ Begining controller execution.");
        Logger.debug("~~~~ Begining controller execution.");
        await(new AsyncJob().now());

        createTrace("~~~~ Ending controller execution => Redirecting.");
        Logger.debug("~~~~ Ending controller execution => Redirecting.");
        redirection();
    }
View Full Code Here

TOP

Related Classes of jobs.async.AsyncJob

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.