Uses of Interface
org.forgerock.util.thread.listener.ShutdownListener
-
Packages that use ShutdownListener Package Description org.forgerock.util.thread.listener Provides interfaces for handling shutdown. -
-
Uses of ShutdownListener in org.forgerock.util.thread.listener
Methods in org.forgerock.util.thread.listener with parameters of type ShutdownListener Modifier and Type Method Description void
ShutdownManager. addShutdownListener(ShutdownListener listener)
Adds a ShutdownListener to this ShutdownManager with the default priority.void
ShutdownManager. addShutdownListener(ShutdownListener listener, ShutdownPriority priority)
Adds a ShutdownListener to this ShutdownManager with the supplied priority.void
ShutdownManager. removeShutdownListener(ShutdownListener listener)
Removes a ShutdownListener from this ShutdownManager.void
ShutdownManager. replaceShutdownListener(ShutdownListener oldListener, ShutdownListener newListener, ShutdownPriority priority)
Replaces an existing ShutdownListener with the new ShutdownListener.
-