Class HealthCheckFilter
- java.lang.Object
-
- org.apache.felix.hc.core.impl.util.HealthCheckFilter
-
public class HealthCheckFilter extends Object
Select from availableHealthCheck
services. This class is not thread safe and instances shouldn't be used concurrently from different threads.
-
-
Field Summary
Fields Modifier and Type Field Description static String
HC_FILTER_OBJECT_CLASS
static String
OMIT_PREFIX
-
Constructor Summary
Constructors Constructor Description HealthCheckFilter(org.osgi.framework.BundleContext bc)
Create a new filter object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.osgi.framework.ServiceReference<org.apache.felix.hc.api.HealthCheck>[]
getHealthCheckServiceReferences(org.apache.felix.hc.api.execution.HealthCheckSelector selector)
org.osgi.framework.ServiceReference<org.apache.felix.hc.api.HealthCheck>[]
getHealthCheckServiceReferences(org.apache.felix.hc.api.execution.HealthCheckSelector selector, boolean combineTagsWithOr)
-
-
-
Field Detail
-
HC_FILTER_OBJECT_CLASS
public static final String HC_FILTER_OBJECT_CLASS
-
OMIT_PREFIX
public static final String OMIT_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
getHealthCheckServiceReferences
public org.osgi.framework.ServiceReference<org.apache.felix.hc.api.HealthCheck>[] getHealthCheckServiceReferences(org.apache.felix.hc.api.execution.HealthCheckSelector selector)
-
getHealthCheckServiceReferences
public org.osgi.framework.ServiceReference<org.apache.felix.hc.api.HealthCheck>[] getHealthCheckServiceReferences(org.apache.felix.hc.api.execution.HealthCheckSelector selector, boolean combineTagsWithOr)
-
-