Class QueueFactory
- java.lang.Object
-
- com.google.appengine.api.taskqueue.QueueFactory
-
public final class QueueFactory extends Object
CreatesQueueobjects.QueueFactoryis thread safe.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static QueuegetDefaultQueue()Returns the defaultQueue.static QueuegetQueue(String queueName)Returns theQueueby name.
-
-
-
Method Detail
-
getQueue
public static Queue getQueue(String queueName)
Returns theQueueby name.The returned
Queueobject 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 theQueueobject and not when callinggetQueue(String).
-
-