Interface ComponentLifeCycle

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void shutdown()
      The inverse of the start() method.
      void start()
      Implements functionality for starting an instances of this ComponentLifeCycle object.
    • Method Detail

      • start

        void start()
        Implements functionality for starting an instances of this ComponentLifeCycle object. This may be loading files, establish connections, initializing data, starting threads, etc.
      • shutdown

        void shutdown()
        The inverse of the start() method. Contains functionality for deallocation of ressources, clearing data, closing connections, stopping threads, etc