Package com.google.appengine.api.capabilities
Provides status information about the services available via the
GAE APIs.
See: Description
-
Interface Summary Interface Description CapabilitiesService Allows applications to identify API outages and scheduled downtime.ICapabilitiesServiceFactory Factory for creating aCapabilitiesService
. -
Class Summary Class Description CapabilitiesServiceFactory Factory for creating aCapabilitiesService
.Capability A capability represents a particular feature or set of features available on the App Engine platform.CapabilityState Represents the state of aCapability
.ICapabilitiesServiceFactoryProvider Factory provider forICapabilitiesServiceFactory
. -
Enum Summary Enum Description CapabilityStatus Represents the status of aCapability
.
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.