| Interface | Description |
|---|---|
| AppAdmin |
The application administration interface to App Engine.
|
| CronEntry |
Describes a single cron entry.
|
| UpdateListener |
A listener which receives events during a long running operation that
involves interaction with the server.
|
| Class | Description |
|---|---|
| AppAdmin.UpdateOptions |
Settable options for configuring the behavior of update operations.
|
| AppAdminFactory |
Creates a new
AppAdmin for a designated App Engine application. |
| Application |
An App Engine application.
|
| UpdateFailureEvent |
Received by an
UpdateListener. |
| UpdateProgressEvent |
Received by an
UpdateListener
periodically during an operation to indicate progress. |
| UpdateSuccessEvent |
Received by an
UpdateListener. |
| Exception | Description |
|---|---|
| AdminException |
Thrown when an unrecoverable failure occurs while communicating
with the remote administration console.
|