- Alle implementierten Schnittstellen:
Runnable
Will force all other threads to shutdown cleanly.
- Seit:
- sonews/0.5.0
- Autor:
- Christian Lins
-
Feldübersicht
Felder
private final org.slf4j.Logger
-
Konstruktorübersicht
Konstruktoren
-
Methodenübersicht
void
Called when the JVM exits.
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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