Class KarafSystemReady
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
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate(org.osgi.framework.BundleContext bundleContext, KarafSystemReady.Config newConfig) Methods inherited from class org.opendaylight.infrautils.ready.spi.SimpleSystemReadyMonitor
getFailureCause, getSystemState, ready, registerListener, setSystemFailureCause, setSystemState
-
Constructor Details
-
KarafSystemReady
public KarafSystemReady()
-
-
Method Details
-
activate
public void activate(org.osgi.framework.BundleContext bundleContext, KarafSystemReady.Config newConfig)
-