Uses of Interface
org.opendaylight.infrautils.ready.SystemReadyMonitor
-
-
Uses of SystemReadyMonitor in org.opendaylight.infrautils.diagstatus.internal
Constructors in org.opendaylight.infrautils.diagstatus.internal with parameters of type SystemReadyMonitor Constructor Description DiagStatusServiceImpl(List<ServiceStatusProvider> serviceStatusProviders, SystemReadyMonitor systemReadyMonitor)
DiagStatusServiceMBeanImpl(DiagStatusService diagStatusService, SystemReadyMonitor systemReadyMonitor)
-
Uses of SystemReadyMonitor in org.opendaylight.infrautils.ready.karaf.internal
Classes in org.opendaylight.infrautils.ready.karaf.internal that implement SystemReadyMonitor Modifier and Type Class Description class
KarafSystemReady
SystemReadyMonitor
implementation for an OSGi Karaf environment. -
Uses of SystemReadyMonitor in org.opendaylight.infrautils.ready.spi
Classes in org.opendaylight.infrautils.ready.spi that implement SystemReadyMonitor Modifier and Type Class Description class
SimpleSystemReadyMonitor
SystemReadyMonitor
implementation for a "simple" (standalone, Java SE) environment. -
Uses of SystemReadyMonitor in org.opendaylight.infrautils.ready.testutils
Classes in org.opendaylight.infrautils.ready.testutils that implement SystemReadyMonitor Modifier and Type Class Description class
TestSystemReadyMonitor
SystemReadyMonitor
implementation suitable for tests.
-