Uses of Package
org.forgerock.util.thread.listener
Packages that use org.forgerock.util.thread.listener
Package
Description
Defines classes to interact with statistics.
Provides a mechanism for handling shutdown of ExecutorService instances.
Provides interfaces for handling shutdown.
-
Classes in org.forgerock.util.thread.listener used by org.forgerock.util.threadClassDescriptionInterface used by shutdown managers to allow for thread safe adding and removing of shutdown listeners.
-
Classes in org.forgerock.util.thread.listener used by org.forgerock.util.thread.listenerClassDescriptionAny component which needs to be shut down should implement this interface and use the function to shut down the component.This class defines the shutdown priorities that are consumed by
com.sun.identity.common.ShutdownManager.