Class SubscriberIdleCheck
java.lang.Object
org.apache.sling.distribution.journal.impl.subscriber.SubscriberIdleCheck
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.apache.felix.hc.api.HealthCheck
-
Field Summary
Fields inherited from interface org.apache.felix.hc.api.HealthCheck
ASYNC_CRON_EXPRESSION, ASYNC_INTERVAL_IN_SEC, KEEP_NON_OK_RESULTS_STICKY_FOR_SEC, MBEAN_NAME, NAME, RESULT_CACHE_TTL_IN_MS, TAGS
-
Constructor Summary
ConstructorsConstructorDescriptionSubscriberIdleCheck
(org.osgi.framework.BundleContext context, IdleCheck idleCheck) -
Method Summary
-
Constructor Details
-
SubscriberIdleCheck
-
-
Method Details
-
execute
public org.apache.felix.hc.api.Result execute()- Specified by:
execute
in interfaceorg.apache.felix.hc.api.HealthCheck
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-