Class HealthCheckMonitor
- java.lang.Object
-
- org.apache.felix.hc.core.impl.monitor.HealthCheckMonitor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HealthCheckMonitor.ChangeType
static interface
HealthCheckMonitor.Config
-
Constructor Summary
Constructors Constructor Description HealthCheckMonitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
activate(org.osgi.framework.BundleContext bundleContext, HealthCheckMonitor.Config config, org.osgi.service.component.ComponentContext componentContext)
protected void
deactivate()
void
run()
String
toString()
void
updateHealthStatesMap()
-
-
-
Method Detail
-
activate
protected final void activate(org.osgi.framework.BundleContext bundleContext, HealthCheckMonitor.Config config, org.osgi.service.component.ComponentContext componentContext) throws org.osgi.framework.InvalidSyntaxException
- Throws:
org.osgi.framework.InvalidSyntaxException
-
deactivate
protected final void deactivate()
-
updateHealthStatesMap
public void updateHealthStatesMap()
-
-