Package org.forgerock.util.thread.listener
Provides interfaces for handling shutdown.
-
Interface Summary Interface Description ShutdownListener Any component which needs to be shut down should implement this interface and use the function to shut down the component.ShutdownManager Interface used by shutdown managers to allow for thread safe adding and removing of shutdown listeners. -
Enum Summary Enum Description ShutdownPriority This class defines the shutdown priorities that are consumed bycom.sun.identity.common.ShutdownManager
.