Class KarafSystemReady
- java.lang.Object
-
- org.opendaylight.infrautils.ready.spi.SimpleSystemReadyMonitor
-
- org.opendaylight.infrautils.ready.karaf.internal.KarafSystemReady
-
- All Implemented Interfaces:
SystemReadyMonitor
,SystemReadyMonitorMXBean
public class KarafSystemReady extends 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 Modifier and Type Class Description static interface
KarafSystemReady.Config
-
Constructor Summary
Constructors Constructor Description KarafSystemReady()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activate(org.osgi.framework.BundleContext bundleContext, KarafSystemReady.Config newConfig)
-
Methods inherited from class org.opendaylight.infrautils.ready.spi.SimpleSystemReadyMonitor
getFailureCause, getSystemState, ready, registerListener, setSystemFailureCause, setSystemState
-
-
-
-
Method Detail
-
activate
public void activate(org.osgi.framework.BundleContext bundleContext, KarafSystemReady.Config newConfig)
-
-