Interface BlueprintContainerRestartService


public interface BlueprintContainerRestartService
Interface that restarts blueprint containers.
Author:
Thomas Pantelis
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    restartContainerAndDependents(org.osgi.framework.Bundle bundle)
    Restarts the blueprint container for the given bundle and all its dependent containers in an atomic and orderly manner.
  • Method Details

    • restartContainerAndDependents

      void restartContainerAndDependents(org.osgi.framework.Bundle bundle)
      Restarts the blueprint container for the given bundle and all its dependent containers in an atomic and orderly manner. The dependent containers are identified by walking the OSGi service dependency hierarchies for the service(s) provided by the given bundle.
      Parameters:
      bundle - the bundle to restart