Uses of Interface
com.aspectran.core.util.thread.ShutdownHooks.Task
-
Packages that use ShutdownHooks.Task Package Description com.aspectran.core.util.thread -
-
Uses of ShutdownHooks.Task in com.aspectran.core.util.thread
Methods in com.aspectran.core.util.thread with type parameters of type ShutdownHooks.Task Modifier and Type Method Description static <T extends ShutdownHooks.Task>
TShutdownHooks. add(T task)
Methods in com.aspectran.core.util.thread with parameters of type ShutdownHooks.Task Modifier and Type Method Description static void
ShutdownHooks. remove(ShutdownHooks.Task task)
-