com.google.appengine.tools.admin
Stay organized with collections
Save and categorize content based on your preferences.
-
Interface Summary
Interface |
Description |
AppAdmin |
The application administration interface to App Engine.
|
AppAdminFactory.PasswordPrompt |
Callback that is invoked to prompt the user to enter a password.
|
CronEntry |
Describes a single cron entry.
|
UpdateListener |
A listener which receives events during a long running operation that
involves interaction with the server.
|
-
-
Enum Summary
Enum |
Description |
AppAdmin.LogSeverity |
The severity levels for App Engine application logging.
|
-
Exception Summary
Exception |
Description |
AdminException |
Thrown when an unrecoverable failure occurs while communicating
with the remote administration console.
|
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 2024-02-15 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 2024-02-15 UTC."],[[["The `com.google.appengine.tools.admin` package provides interfaces and classes for administering App Engine applications, including managing updates, monitoring progress, and handling exceptions."],["The `AppAdmin` interface is a central component, offering functionalities for application administration within the App Engine environment."],["The package includes the `UpdateListener` interface, which allows for monitoring the progress and status of long-running operations involving server interaction, and `CronEntry` interface which describes a single cron entry."],["Classes like `AppAdminFactory` and `AppAdmin.UpdateOptions` offer ways to create and configure `AppAdmin` instances and define update operation behaviors, respectively."],["The package defines the possible log severities through the `AppAdmin.LogSeverity` enum, while `AdminException` class represents unrecoverable failures during communication with the administration console."]]],[]]