Package com.google.appengine.api.capabilities

Provides status information about the services available via the GAE APIs.

See:
          Description

Interface Summary
CapabilitiesService Allows applications to identify API outages and scheduled downtime.
 

Class Summary
CapabilitiesServiceFactory Factory for creating a CapabilitiesService.
Capability A capability represents a particular feature or set of features available on the App Engine platform.
CapabilityState Represents the state of a Capability.
 

Enum Summary
CapabilityStatus Represents the status of a Capability.
 

Package com.google.appengine.api.capabilities Description

Provides status information about the services available via the GAE APIs. Status details include current availability, scheduled downtime and outages.

See Also:
CapabilitiesService, The Capabilities Java API in the Google App Engine Developer's Guide.