Class BundleContentLoadedCheck

java.lang.Object
org.apache.sling.jcr.contentloader.hc.BundleContentLoadedCheck
All Implemented Interfaces:
org.apache.felix.hc.api.HealthCheck

public class BundleContentLoadedCheck extends Object implements org.apache.felix.hc.api.HealthCheck
Health check component that monitors the bundle content loading progress for all of the deployed bundles.
  • Field Details

  • Constructor Details

    • BundleContentLoadedCheck

      public BundleContentLoadedCheck()
  • Method Details

    • activate

      public void activate(org.osgi.framework.BundleContext bundleContext, BundleContentLoadedCheck.Config config)
    • execute

      public org.apache.felix.hc.api.Result execute()
      Specified by:
      execute in interface org.apache.felix.hc.api.HealthCheck