Package | Description |
---|---|
org.forgerock.util.thread.listener |
Provides interfaces for handling shutdown.
|
Modifier and Type | Method and Description |
---|---|
static ShutdownPriority |
ShutdownPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShutdownPriority[] |
ShutdownPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<ShutdownPriority> |
ShutdownPriority.getPriorities()
Returns list of all the priorities (ordered from the highest to the
lowest priority) defined in the system.
|
Modifier and Type | Method and Description |
---|---|
void |
ShutdownManager.addShutdownListener(ShutdownListener listener,
ShutdownPriority priority)
Adds a ShutdownListener to this ShutdownManager with the supplied priority.
|
void |
ShutdownManager.replaceShutdownListener(ShutdownListener oldListener,
ShutdownListener newListener,
ShutdownPriority priority)
Replaces an existing ShutdownListener with the new ShutdownListener.
|
Copyright © 2010-2020, ForgeRock All Rights Reserved.