Uses of Interface
org.forgerock.util.thread.listener.ShutdownListener
-
Packages that use ShutdownListener Package Description com.sun.identity.shared.stats Defines classes to interact with statistics.org.forgerock.util.thread.listener Provides interfaces for handling shutdown. -
-
Uses of ShutdownListener in com.sun.identity.shared.stats
Classes in com.sun.identity.shared.stats that implement ShutdownListener Modifier and Type Class Description class
Stats
Allows a uniform interface to statistics information in a uniform format. -
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.
-