Class MBeanStartupListener

  • All Implemented Interfaces:
    org.apache.sling.launchpad.api.StartupListener

    public class MBeanStartupListener
    extends Object
    implements org.apache.sling.launchpad.api.StartupListener
    The startup listener is listening for startup events. It notifies a JMX MBean when the startup is completed and about the progress.
    • Method Detail

      • inform

        public void inform​(org.apache.sling.launchpad.api.StartupMode mode,
                           boolean finished)
        Specified by:
        inform in interface org.apache.sling.launchpad.api.StartupListener
        See Also:
        StartupListener.inform(org.apache.sling.launchpad.api.StartupMode, boolean)
      • startupFinished

        public void startupFinished​(org.apache.sling.launchpad.api.StartupMode mode)
        Specified by:
        startupFinished in interface org.apache.sling.launchpad.api.StartupListener
        See Also:
        StartupListener.startupFinished(org.apache.sling.launchpad.api.StartupMode)
      • startupProgress

        public void startupProgress​(float ratio)
        Specified by:
        startupProgress in interface org.apache.sling.launchpad.api.StartupListener
        See Also:
        StartupListener.startupProgress(float)