Uses of Class
com.mastfrog.giulius.ShutdownHookRegistry
Packages that use ShutdownHookRegistry
-
Uses of ShutdownHookRegistry in com.mastfrog.giulius
Methods in com.mastfrog.giulius that return ShutdownHookRegistryModifier and TypeMethodDescriptionDeprecated.ShutdownHookRegistry.add(ExecutorService toRun) Deprecated.ShutdownHookRegistry.addFirst(AutoCloseable toRun) Deprecated.Deprecated.Deprecated.ShutdownHookRegistry.addFirst(ExecutorService toRun) Deprecated.Deprecated.ShutdownHookRegistry.addFirstWeak(Runnable toRun) Deprecated.ShutdownHookRegistry.addFirstWeak(Callable<?> toRun) Deprecated.ShutdownHookRegistry.addLast(AutoCloseable toRun) Deprecated.Deprecated.Deprecated.ShutdownHookRegistry.addLast(ExecutorService toRun) Deprecated.Deprecated.ShutdownHookRegistry.addLastWeak(Runnable toRun) Deprecated.ShutdownHookRegistry.addLastWeak(Callable<?> toRun) Deprecated.Deprecated.Deprecated.static ShutdownHookRegistryShutdownHookRegistry.get()Deprecated.Get a shutdown hook registry instance.static ShutdownHookRegistryShutdownHookRegistry.get(int msToWait) Deprecated.Get a shutdown hook registry instance.Methods in com.mastfrog.giulius that return types with arguments of type ShutdownHookRegistryModifier and TypeMethodDescriptionstatic Optional<ShutdownHookRegistry>ShutdownHookRegistry.current()Deprecated.