com.google.appengine.api (Google App Engine API for Java)
Stay organized with collections
Save and categorize content based on your preferences.
-
-
Class Summary
Class |
Description |
LifecycleManager |
Information about the current status of the Java Runtime.
|
NamespaceManager |
Provides functions for manipulating the current namespace used for
App Engine APIs.
|
ThreadManager |
ThreadManager exposes a ThreadFactory that allows
App Engine applications to spawn new threads.
|
Package com.google.appengine.api Description
Provides facilities for server lifecycle management, threading and
namespaces/multitenancy. These facilities, along with the services
defined in subpackages, make up the Google App Engine API.
- See Also:
-
Multitenancy and the Namespaces Java API in the Google App
Engine Developer's Guide.
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 package, `com.google.appengine.api`, offers tools for server lifecycle management, threading, and namespaces/multitenancy."],["The `LifecycleManager` class provides information about the current state of the Java Runtime."],["The `NamespaceManager` class allows manipulation of the current namespace used for App Engine APIs."],["The `ThreadManager` class offers a `ThreadFactory` for App Engine applications to create new threads."]]],[]]