Uses of Class
org.opendaylight.infrautils.ready.SystemState
-
Packages that use SystemState Package Description org.opendaylight.infrautils.diagstatus org.opendaylight.infrautils.ready org.opendaylight.infrautils.ready.spi org.opendaylight.infrautils.ready.testutils -
-
Uses of SystemState in org.opendaylight.infrautils.diagstatus
Methods in org.opendaylight.infrautils.diagstatus that return SystemState Modifier and Type Method Description SystemState
ServiceStatusSummary. getSystemReadyState()
Constructors in org.opendaylight.infrautils.diagstatus with parameters of type SystemState Constructor Description ServiceStatusSummary(boolean isOperational, SystemState systemState, String systemReadyErrorCause, Collection<ServiceDescriptor> statusSummary)
-
Uses of SystemState in org.opendaylight.infrautils.ready
Methods in org.opendaylight.infrautils.ready that return SystemState Modifier and Type Method 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. -
Uses of SystemState in org.opendaylight.infrautils.ready.spi
Methods in org.opendaylight.infrautils.ready.spi that return SystemState Modifier and Type Method Description SystemState
DelegatingSystemReadyMonitorMXBean. getSystemState()
SystemState
SimpleSystemReadyMonitor. getSystemState()
Methods in org.opendaylight.infrautils.ready.spi with parameters of type SystemState Modifier and Type Method Description protected void
SimpleSystemReadyMonitor. setSystemState(SystemState state)
-
Uses of SystemState in org.opendaylight.infrautils.ready.testutils
Methods in org.opendaylight.infrautils.ready.testutils that return SystemState Modifier and Type Method Description SystemState
TestSystemReadyMonitor. getSystemState()
-