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 interfaceServicesCheck.ConfigclassServicesCheck.Tracker
-
Field Summary
Fields Modifier and Type Field Description static StringHC_DEFAULT_TAGstatic StringHC_NAME
-
Constructor Summary
Constructors Constructor Description ServicesCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate(org.osgi.framework.BundleContext ctx, ServicesCheck.Config config)protected voiddeactivate()org.apache.felix.hc.api.Resultexecute()
-
-
-
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:
executein interfaceorg.apache.felix.hc.api.HealthCheck
-
-