|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.capabilities.CapabilityState
public class CapabilityState
Represents the state of a Capability
.
The state of a capability is valid at a particular point in time. If a particular capability is enabled at time T, there is no guarantee as to if it will be available at time T+1. When a maintenance period is scheduled, there will be usually advance notice as to when the capability is disabled.
Method Summary | |
---|---|
Capability |
getCapability()
Returns the capability associated with this CapabilityState . |
java.util.Date |
getScheduledDate()
Returns the schedule date of maintenance for this activity. |
CapabilityStatus |
getStatus()
Returns the status of the capability. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Capability getCapability()
CapabilityState
.
CapabilityState
.public CapabilityStatus getStatus()
public java.util.Date getScheduledDate()
Date
instance if and only if the status is
SCHEDULED_MAINTENANCE.
null
if no maintenance is planned.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |