public interface SiteStatus
A site could be online, offline or none of the previous. In the later case, it is consider in a mixed status and both
isOnline() and isOffline() returns false.
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOffline() |
boolean |
isOnline() |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.