Interface IPlatformReadyListener


  • public interface IPlatformReadyListener
    This interface is meant to augment IPluginLifecycleListener. Plugins which have a lifecycle listener may also implement this interface and will be notified when the platform is booted and ready.
    Author:
    mdamour
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void ready()
      Called after the platform has been booted and is ready to receive requests.
    • Method Detail

      • ready

        void ready()
            throws PluginLifecycleException
        Called after the platform has been booted and is ready to receive requests. All plugins have been initialized and loaded, spring has been loaded and all beans are ready. All components and sub systems have been started - scheduler/repository/reporting/mondrian - etc.
        Throws:
        PluginLifecycleException - if an error occurred