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

/forgerock/opendj2/src/server/org/opends/server/api/
H A DDirectoryThread.java417 setThreadStateIfNotShuttingDown(ThreadState.SHUTTING_DOWN);
426 setThreadStateIfNotShuttingDown(ThreadState.PROCESSING);
435 setThreadStateIfNotShuttingDown(ThreadState.IDLE);
445 private void setThreadStateIfNotShuttingDown(ThreadState newState) method in class:DirectoryThread
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DDirectoryThread.java418 setThreadStateIfNotShuttingDown(ThreadState.SHUTTING_DOWN);
427 setThreadStateIfNotShuttingDown(ThreadState.PROCESSING);
436 setThreadStateIfNotShuttingDown(ThreadState.IDLE);
446 private void setThreadStateIfNotShuttingDown(ThreadState newState) method in class:DirectoryThread
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DDirectoryThread.java417 setThreadStateIfNotShuttingDown(ThreadState.SHUTTING_DOWN);
426 setThreadStateIfNotShuttingDown(ThreadState.PROCESSING);
435 setThreadStateIfNotShuttingDown(ThreadState.IDLE);
445 private void setThreadStateIfNotShuttingDown(ThreadState newState) method in class:DirectoryThread
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DDirectoryThread.java393 setThreadStateIfNotShuttingDown(ThreadState.SHUTTING_DOWN);
402 setThreadStateIfNotShuttingDown(ThreadState.PROCESSING);
411 setThreadStateIfNotShuttingDown(ThreadState.IDLE);
421 private void setThreadStateIfNotShuttingDown(ThreadState newState) method in class:DirectoryThread

Completed in 31 milliseconds