Class ServicesCheck
- java.lang.Object
-
- org.apache.felix.hc.generalchecks.ServicesCheck
-
- All Implemented Interfaces:
org.apache.felix.hc.api.HealthCheck
public class ServicesCheck extends Object implements org.apache.felix.hc.api.HealthCheck
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ServicesCheck.Config
class
ServicesCheck.Tracker
-
Field Summary
Fields Modifier and Type Field Description static String
HC_DEFAULT_TAG
static String
HC_NAME
-
Constructor Summary
Constructors Constructor Description ServicesCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activate(org.osgi.framework.BundleContext ctx, ServicesCheck.Config config)
protected void
deactivate()
org.apache.felix.hc.api.Result
execute()
-
-
-
Field Detail
-
HC_NAME
public static final String HC_NAME
- See Also:
- Constant Field Values
-
HC_DEFAULT_TAG
public static final String HC_DEFAULT_TAG
- See Also:
- Constant Field Values
-
-
Method Detail
-
activate
public void activate(org.osgi.framework.BundleContext ctx, ServicesCheck.Config config) throws InterruptedException
- Throws:
InterruptedException
-
deactivate
protected void deactivate()
-
execute
public org.apache.felix.hc.api.Result execute()
- Specified by:
execute
in interfaceorg.apache.felix.hc.api.HealthCheck
-
-