java.lang.Object
org.opendaylight.infrautils.ready.spi.SimpleSystemReadyMonitor
org.opendaylight.infrautils.ready.karaf.internal.KarafSystemReady
All Implemented Interfaces:
org.opendaylight.infrautils.ready.SystemReadyMonitor, org.opendaylight.infrautils.ready.SystemReadyMonitorMXBean

public class KarafSystemReady extends org.opendaylight.infrautils.ready.spi.SimpleSystemReadyMonitor
SystemReadyMonitor implementation for an OSGi Karaf environment. This relies on odlparent.bundlestest.lib, which internally uses Karaf specific API to get Blueprint status, in addition to basic OSGi bundle status.
Author:
Michael Vorburger.ch, Faseela K
  • Constructor Details

    • KarafSystemReady

      public KarafSystemReady()
  • Method Details

    • activate

      public void activate(org.osgi.framework.BundleContext bundleContext, KarafSystemReady.Config newConfig)