com.google.appengine.api.taskqueue Class Hierarchy (Google App Engine API for Java)
Stay organized with collections
Save and categorize content based on your preferences.
Class Hierarchy
Interface Hierarchy
- com.google.appengine.api.taskqueue.IQueueFactory
- com.google.appengine.api.taskqueue.Queue
- java.lang.Runnable
- com.google.appengine.api.taskqueue.DeferredTask (also extends java.io.Serializable)
- java.io.Serializable
- com.google.appengine.api.taskqueue.DeferredTask (also extends java.lang.Runnable)
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[[["This document outlines the class, interface, and enum hierarchies for the `com.google.appengine.api.taskqueue` package."],["Key classes include `DeferredTaskContext`, `LeaseOptions`, `QueueFactory`, `RetryOptions`, `TaskHandle`, and `TaskOptions`, which are central to task management within the package."],["The package contains several exceptions that are part of the runtime environment, dealing with task management operations like `DeferredTaskCreationException`, `QueueFailureException`, and `TaskAlreadyExistsException`."],["`DeferredTask` is a key interface, enabling tasks to be executed later, while `Queue` and `IQueueFactory` facilitate the creation and management of task queues."],["`TaskOptions.Method` is an enum provided that is used to specify the HTTP method for a task."]]],[]]