Package | Description |
---|---|
com.sun.identity.shared.stats |
Defines classes to interact with statistics.
|
org.forgerock.util.thread.listener |
Provides interfaces for handling shutdown.
|
Modifier and Type | Class and Description |
---|---|
class |
Stats
Allows a uniform interface to statistics information in a uniform format.
|
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-2018, ForgeRock All Rights Reserved.