Package org.b3log.latke.taskqueue

Examples of org.b3log.latke.taskqueue.TaskHandle


                        taskOptions.method(TaskOptions.Method.GET);
                        break;
                }

                final com.google.appengine.api.taskqueue.TaskHandle handle = queue.add(taskOptions);
                final TaskHandle ret = new GAETaskHandle(handle);

                return ret;
            }
        };
    }
View Full Code Here

TOP

Related Classes of org.b3log.latke.taskqueue.TaskHandle

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.