Interface ComponentDeconstructor


public interface ComponentDeconstructor
Author:
gjoranv, Tony Vaagenes
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deconstruct(long generation, List<Object> components, Collection<org.osgi.framework.Bundle> bundles)
    Deconstructs the given components in order, then the given bundles.
    default void
    Wait for all previous destruction tasks to complete
  • Method Details

    • deconstruct

      void deconstruct(long generation, List<Object> components, Collection<org.osgi.framework.Bundle> bundles)
      Deconstructs the given components in order, then the given bundles.
    • shutdown

      default void shutdown()
      Wait for all previous destruction tasks to complete