Uses of Interface
org.opendaylight.infrautils.ready.SystemReadyMonitorMXBean
-
-
Uses of SystemReadyMonitorMXBean in org.opendaylight.infrautils.ready
Subinterfaces of SystemReadyMonitorMXBean in org.opendaylight.infrautils.ready Modifier and Type Interface Description interface
SystemReadyMonitor
Service which provides technical system ready-ness status. -
Uses of SystemReadyMonitorMXBean in org.opendaylight.infrautils.ready.karaf.internal
Classes in org.opendaylight.infrautils.ready.karaf.internal that implement SystemReadyMonitorMXBean Modifier and Type Class Description class
KarafSystemReady
SystemReadyMonitor
implementation for an OSGi Karaf environment. -
Uses of SystemReadyMonitorMXBean in org.opendaylight.infrautils.ready.spi
Classes in org.opendaylight.infrautils.ready.spi that implement SystemReadyMonitorMXBean Modifier and Type Class Description class
DelegatingSystemReadyMonitorMXBean
SystemReadyMonitorMXBean implementation.class
SimpleSystemReadyMonitor
SystemReadyMonitor
implementation for a "simple" (standalone, Java SE) environment.Constructors in org.opendaylight.infrautils.ready.spi with parameters of type SystemReadyMonitorMXBean Constructor Description DelegatingSystemReadyMonitorMXBean(SystemReadyMonitorMXBean delegate)
-
Uses of SystemReadyMonitorMXBean in org.opendaylight.infrautils.ready.testutils
Classes in org.opendaylight.infrautils.ready.testutils that implement SystemReadyMonitorMXBean Modifier and Type Class Description class
TestSystemReadyMonitor
SystemReadyMonitor
implementation suitable for tests.
-