Package | Description |
---|---|
org.forgerock.util.thread.listener |
Provides interfaces for handling shutdown.
|
Modifier and Type | Method and 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.
|
Copyright 2010-2020 ForgeRock AS.