public class RotationActionThread extends DirectoryThread
DirectoryThread.FactoryThread.State, Thread.UncaughtExceptionHandlerDIRECTORY_THREAD_GROUPMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
RotationActionThread(String filename,
ArrayList<org.opends.server.loggers.ActionType> actions,
ConfigEntry configEntry)
Create the logger thread along with the specified file name,
and the rotation actions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
The run method of the thread.
|
getAssociatedTask, getCreationStackTrace, getDebugProperties, getParentThread, initiateShutdown, isShutdownInitiated, setAssociatedTask, startWork, stopWorkactiveCount, 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 RotationActionThread(String filename, ArrayList<org.opends.server.loggers.ActionType> actions, ConfigEntry configEntry)
filename - The name of the file to be rotated.actions - The set of actions that should be performed when the
file is rotated.configEntry - The entry that contains the rotation configuration.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.