Class QueueFactory
java.lang.Object
com.google.appengine.api.taskqueue.QueueFactory
Creates
Queue
objects. QueueFactory
is thread safe.-
Method Summary
-
Method Details
-
getDefaultQueue
Returns the defaultQueue
. -
getQueue
Returns theQueue
by name.The returned
Queue
object may not necessarily refer to an existing queue. Queues must be configured before they may be used. Attempting to use a non-existing queue name may result in errors at the point of use of theQueue
object and not when callinggetQueue(String)
.
-