Package com.attivio.service
Class ShutdownManager
- java.lang.Object
-
- com.attivio.service.ShutdownManager
-
public class ShutdownManager extends java.lang.Object
Manager for registering shutdown hooks that will run when jvm is terminated gracefully.
-
-
Constructor Summary
Constructors Constructor Description ShutdownManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addShutdownHook(java.lang.Runnable value)
Add a shutdown hook.static void
removeShutdownHook(java.lang.Runnable value)
Remove a shutdown hook.
-