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 SystemStateServiceStatusSummary. 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 SystemStateSystemReadyMonitorMXBean. getSystemState()Obtain current system status as one of few possible enumerated values.static SystemStateSystemState. 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 SystemStateDelegatingSystemReadyMonitorMXBean. getSystemState()SystemStateSimpleSystemReadyMonitor. getSystemState()Methods in org.opendaylight.infrautils.ready.spi with parameters of type SystemState Modifier and Type Method Description protected voidSimpleSystemReadyMonitor. 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 SystemStateTestSystemReadyMonitor. getSystemState()
-