Class LocalTaskQueue

java.lang.Object
com.google.appengine.tools.development.AbstractLocalRpcService
com.google.appengine.api.taskqueue.dev.LocalTaskQueue
All Implemented Interfaces:
LocalRpcService

@AutoService(LocalRpcService.class) public final class LocalTaskQueue extends AbstractLocalRpcService
A local implementation of the Task Queue service interface backed by Quartz (http://www.opensymphony.com/quartz). This class is responsible for managing the lifecycle of the Quartz Scheduler but otherwise delegates to DevQueue for all the scheduling intelligence.