Class DsComponentsCheck
- java.lang.Object
-
- org.apache.felix.hc.generalchecks.DsComponentsCheck
-
- All Implemented Interfaces:
org.apache.felix.hc.api.HealthCheck
public class DsComponentsCheck extends Object implements org.apache.felix.hc.api.HealthCheck
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDsComponentsCheck.Config
-
Field Summary
Fields Modifier and Type Field Description static StringHC_DEFAULT_TAGstatic StringHC_NAME
-
Constructor Summary
Constructors Constructor Description DsComponentsCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate(org.osgi.framework.BundleContext ctx, DsComponentsCheck.Config config)org.apache.felix.hc.api.Resultexecute()protected org.apache.felix.hc.api.ResultexecuteInternal()protected voidupdatedServiceComponentRuntime(org.osgi.service.component.runtime.ServiceComponentRuntime c)
-
-
-
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, DsComponentsCheck.Config config) throws InterruptedException- Throws:
InterruptedException
-
execute
public org.apache.felix.hc.api.Result execute()
- Specified by:
executein interfaceorg.apache.felix.hc.api.HealthCheck
-
executeInternal
protected org.apache.felix.hc.api.Result executeInternal()
-
updatedServiceComponentRuntime
protected void updatedServiceComponentRuntime(org.osgi.service.component.runtime.ServiceComponentRuntime c)
-
-