Searched refs:ThreadState (Results 1 - 4 of 4) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/api/
H A DDirectoryThread.java78 private static enum ThreadState enum in class:DirectoryThread
103 private ThreadState(boolean shutdownInitiated) method in class:DirectoryThread.ThreadState
188 private volatile AtomicReference<ThreadState> threadState =
189 new AtomicReference<ThreadState>(ThreadState.IDLE);
417 setThreadStateIfNotShuttingDown(ThreadState.SHUTTING_DOWN);
426 setThreadStateIfNotShuttingDown(ThreadState.PROCESSING);
435 setThreadStateIfNotShuttingDown(ThreadState.IDLE);
445 private void setThreadStateIfNotShuttingDown(ThreadState newState)
447 ThreadState currentStat
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DDirectoryThread.java79 private static enum ThreadState enum in class:DirectoryThread
104 private ThreadState(boolean shutdownInitiated) method in class:DirectoryThread.ThreadState
189 private volatile AtomicReference<ThreadState> threadState =
190 new AtomicReference<ThreadState>(ThreadState.IDLE);
418 setThreadStateIfNotShuttingDown(ThreadState.SHUTTING_DOWN);
427 setThreadStateIfNotShuttingDown(ThreadState.PROCESSING);
436 setThreadStateIfNotShuttingDown(ThreadState.IDLE);
446 private void setThreadStateIfNotShuttingDown(ThreadState newState)
448 ThreadState currentStat
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DDirectoryThread.java78 private static enum ThreadState enum in class:DirectoryThread
103 private ThreadState(boolean shutdownInitiated) method in class:DirectoryThread.ThreadState
188 private volatile AtomicReference<ThreadState> threadState =
189 new AtomicReference<ThreadState>(ThreadState.IDLE);
417 setThreadStateIfNotShuttingDown(ThreadState.SHUTTING_DOWN);
426 setThreadStateIfNotShuttingDown(ThreadState.PROCESSING);
435 setThreadStateIfNotShuttingDown(ThreadState.IDLE);
445 private void setThreadStateIfNotShuttingDown(ThreadState newState)
447 ThreadState currentStat
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DDirectoryThread.java75 private static enum ThreadState enum in class:DirectoryThread
100 private ThreadState(boolean shutdownInitiated) method in class:DirectoryThread.ThreadState
177 private volatile AtomicReference<ThreadState> threadState =
178 new AtomicReference<>(ThreadState.IDLE);
393 setThreadStateIfNotShuttingDown(ThreadState.SHUTTING_DOWN);
402 setThreadStateIfNotShuttingDown(ThreadState.PROCESSING);
411 setThreadStateIfNotShuttingDown(ThreadState.IDLE);
421 private void setThreadStateIfNotShuttingDown(ThreadState newState)
423 ThreadState currentState = this.threadState.get();
436 * {@link ThreadState#STOPPE
[all...]

Completed in 31 milliseconds