Interface IServiceProviderLifecycleListener


  • public interface IServiceProviderLifecycleListener
    Listens to status changes of the service provider lifecycle management process.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void serviceProvidersActivated()
      The service provider management facility finished trying of service provider bundle activation.
      All available service provider bundles should be activated at the moment or still perform some async. initialization activities (see InitializationJob)
    • Method Detail

      • serviceProvidersActivated

        void serviceProvidersActivated()
        The service provider management facility finished trying of service provider bundle activation.
        All available service provider bundles should be activated at the moment or still perform some async. initialization activities (see InitializationJob)