Class ServiceWrapperHealthCheck
java.lang.Object
com.google.common.util.concurrent.AbstractIdleService
org.aksw.jena_sparql_api.ext.virtuoso.ServiceWrapperHealthCheck
- All Implemented Interfaces:
com.google.common.util.concurrent.Service
public class ServiceWrapperHealthCheck
extends com.google.common.util.concurrent.AbstractIdleService
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.common.util.concurrent.Service
com.google.common.util.concurrent.Service.Listener, com.google.common.util.concurrent.Service.State -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.google.common.util.concurrent.Serviceprotected Runnable -
Constructor Summary
ConstructorsConstructorDescriptionServiceWrapperHealthCheck(com.google.common.util.concurrent.Service delegate, Runnable healthcheckRunner) -
Method Summary
Methods inherited from class com.google.common.util.concurrent.AbstractIdleService
addListener, awaitRunning, awaitRunning, awaitRunning, awaitTerminated, awaitTerminated, awaitTerminated, executor, failureCause, isRunning, serviceName, startAsync, state, stopAsync, toString
-
Field Details
-
delegate
protected com.google.common.util.concurrent.Service delegate -
healthcheckRunner
-
-
Constructor Details
-
ServiceWrapperHealthCheck
public ServiceWrapperHealthCheck(com.google.common.util.concurrent.Service delegate, Runnable healthcheckRunner)
-
-
Method Details