Package org.sonews

Klasse ShutdownHook

java.lang.Object
org.sonews.ShutdownHook
Alle implementierten Schnittstellen:
Runnable

@Component class ShutdownHook extends Object implements Runnable
Will force all other threads to shutdown cleanly.
Seit:
sonews/0.5.0
Autor:
Christian Lins
  • Felddetails

    • logger

      private final org.slf4j.Logger logger
  • Konstruktordetails

    • ShutdownHook

      public ShutdownHook()
  • Methodendetails

    • run

      public void run()
      Called when the JVM exits.
      Angegeben von:
      run in Schnittstelle Runnable