@ThreadSafety(level=NOT_THREADSAFE) public final class ToolInvocationLogShutdownHook extends java.lang.Thread
NOTE: This class, and other classes within the
com.unboundid.ldap.sdk.unboundidds package structure, are only
supported for use against Ping Identity, UnboundID, and
Nokia/Alcatel-Lucent 8661 server products. These classes provide support
for proprietary functionality or for external specifications that are not
considered stable or mature enough to be guaranteed to work in an
interoperable way with other types of LDAP servers.
| Constructor and Description |
|---|
ToolInvocationLogShutdownHook(ToolInvocationLogDetails logDetails)
Creates a new instance of this shutdown hook with the provided log details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Logs a completion message indicating that tool processing was interrupted
by a JVM shutdown.
|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic ToolInvocationLogShutdownHook(@NotNull ToolInvocationLogDetails logDetails)
logDetails - The log details of the tool. It must not be
null.public void run()
run in interface java.lang.Runnablerun in class java.lang.Thread