public class DefaultSandboxStateInfo extends SandboxStateInfo
| Modifier and Type | Method and Description |
|---|---|
SandboxState |
getSandboxState()
Returns the state of the sandbox.
|
boolean |
isSandboxOpen()
Returns
true if the sandbox is open. |
boolean |
isSandboxOperationInProgress()
Returns
true if an operation on the sandbox is in progress. |
boolean |
isSandboxOperationScheduled()
Returns
true if an operation is scheduled to be performed on
the sandbox. |
boolean |
isSandboxPublishInProgress()
Returns
true if the sandbox is being published. |
boolean |
isSandboxPublishScheduled()
Returns
true if the sandbox is scheduled to be published. |
boolean |
isSandboxRefreshInProgress()
Returns
true if the sandbox is being refreshed. |
boolean |
isSandboxRefreshScheduled()
Returns
true if the sandbox is scheduled to be refreshed. |
java.lang.String |
toString() |
getSandboxIdpublic SandboxState getSandboxState()
SandboxStateInfogetSandboxState in class SandboxStateInfopublic boolean isSandboxOpen()
SandboxStateInfotrue if the sandbox is open. An open sandbox is not
published or being destroyed. Note that being "open" does not imply no
operation is scheduled or in progress. It simply means the contents of
the sandbox are available.isSandboxOpen in class SandboxStateInfotrue if the sandbox is openpublic boolean isSandboxOperationScheduled()
SandboxStateInfotrue if an operation is scheduled to be performed on
the sandbox.isSandboxOperationScheduled in class SandboxStateInfotrue if an operation is scheduled to be performed on
the sandboxpublic boolean isSandboxOperationInProgress()
SandboxStateInfotrue if an operation on the sandbox is in progress.isSandboxOperationInProgress in class SandboxStateInfotrue if an operation on the sandbox is in progresspublic boolean isSandboxRefreshScheduled()
SandboxStateInfotrue if the sandbox is scheduled to be refreshed.isSandboxRefreshScheduled in class SandboxStateInfotrue if the sandbox is scheduled to be refreshedpublic boolean isSandboxRefreshInProgress()
SandboxStateInfotrue if the sandbox is being refreshed.isSandboxRefreshInProgress in class SandboxStateInfotrue if the sandbox is being refreshedpublic boolean isSandboxPublishScheduled()
SandboxStateInfotrue if the sandbox is scheduled to be published.isSandboxPublishScheduled in class SandboxStateInfotrue if the sandbox is scheduled to be publishedpublic boolean isSandboxPublishInProgress()
SandboxStateInfotrue if the sandbox is being published.isSandboxPublishInProgress in class SandboxStateInfotrue if the sandbox is being publishedpublic java.lang.String toString()
toString in class java.lang.Object