public class RotationActionThread extends DirectoryThread
DirectoryThread.Factory
Thread.State, Thread.UncaughtExceptionHandler
DIRECTORY_THREAD_GROUP
MAX_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, stopWork
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, yield
public 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-2016 ForgeRock AS. All Rights Reserved.