Class Deconstructor

  • All Implemented Interfaces:
    com.yahoo.container.di.ComponentDeconstructor

    public class Deconstructor
    extends java.lang.Object
    implements com.yahoo.container.di.ComponentDeconstructor
    Author:
    Tony Vaagenes, gv
    • Constructor Summary

      Constructors 
      Constructor Description
      Deconstructor​(boolean delayDeconstruction)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deconstruct​(java.util.Collection<java.lang.Object> components, java.util.Collection<org.osgi.framework.Bundle> bundles)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Deconstructor

        public Deconstructor​(boolean delayDeconstruction)
    • Method Detail

      • deconstruct

        public void deconstruct​(java.util.Collection<java.lang.Object> components,
                                java.util.Collection<org.osgi.framework.Bundle> bundles)
        Specified by:
        deconstruct in interface com.yahoo.container.di.ComponentDeconstructor