Package | Description |
---|---|
org.opendaylight.infrautils.diagstatus | |
org.opendaylight.infrautils.ready | |
org.opendaylight.infrautils.ready.spi | |
org.opendaylight.infrautils.ready.testutils |
Modifier and Type | Method and Description |
---|---|
SystemState |
ServiceStatusSummary.getSystemReadyState() |
Constructor and Description |
---|
ServiceStatusSummary(boolean isOperational,
SystemState systemState,
String systemReadyErrorCause,
Collection<ServiceDescriptor> statusSummary) |
Modifier and Type | Method and Description |
---|---|
SystemState |
SystemReadyMonitorMXBean.getSystemState()
Obtain current system status as one of few possible enumerated values.
|
static SystemState |
SystemState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemState[] |
SystemState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SystemState |
SimpleSystemReadyMonitor.getSystemState() |
SystemState |
DelegatingSystemReadyMonitorMXBean.getSystemState() |
Modifier and Type | Method and Description |
---|---|
protected void |
SimpleSystemReadyMonitor.setSystemState(SystemState state) |
Modifier and Type | Method and Description |
---|---|
SystemState |
TestSystemReadyMonitor.getSystemState() |
Copyright © 2019 OpenDaylight. All rights reserved.