Class SubscriberIdleCheck
- java.lang.Object
-
- org.apache.sling.distribution.journal.impl.subscriber.SubscriberIdleCheck
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.apache.felix.hc.api.HealthCheck
public class SubscriberIdleCheck extends Object implements org.apache.felix.hc.api.HealthCheck, Closeable
-
-
Constructor Summary
Constructors Constructor Description SubscriberIdleCheck(org.osgi.framework.BundleContext context, IdleCheck idleCheck)
-
-
-
Constructor Detail
-
SubscriberIdleCheck
public SubscriberIdleCheck(org.osgi.framework.BundleContext context, IdleCheck idleCheck)
-
-
Method Detail
-
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
-
-