public class HealthCheckFuture extends FutureTask<ExecutionResult>
Modifier and Type | Class and Description |
---|---|
static interface |
HealthCheckFuture.Callback |
Constructor and Description |
---|
HealthCheckFuture(org.apache.felix.hc.api.execution.HealthCheckMetadata metadata,
org.osgi.framework.BundleContext bundleContext,
HealthCheckFuture.Callback callback) |
Modifier and Type | Method and Description |
---|---|
org.apache.felix.hc.api.execution.HealthCheckMetadata |
getHealthCheckMetadata() |
String |
toString() |
cancel, done, get, get, isCancelled, isDone, run, runAndReset, set, setException
public HealthCheckFuture(org.apache.felix.hc.api.execution.HealthCheckMetadata metadata, org.osgi.framework.BundleContext bundleContext, HealthCheckFuture.Callback callback)
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.