public class ServerWriter extends DirectoryThread
DirectoryThread.FactoryThread.State, Thread.UncaughtExceptionHandlerDIRECTORY_THREAD_GROUPMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
ServerWriter(Session session,
ServerHandler handler,
ReplicationServerDomain replicationServerDomain,
DSRSShutdownSync dsrsShutdownSync)
Create a ServerWriter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Run method for the ServerWriter.
|
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 ServerWriter(Session session, ServerHandler handler, ReplicationServerDomain replicationServerDomain, DSRSShutdownSync dsrsShutdownSync)
session - the Session that will be used to send updates.handler - handler for which the ServerWriter is created.replicationServerDomain - The ReplicationServerDomain of this ServerWriter.dsrsShutdownSync - Synchronization object for shutdown of combined DS/RS instances.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.