Searched defs:isShutdownInitiated (Results 1 - 4 of 4) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/api/
H A DDirectoryThread.java114 public boolean isShutdownInitiated() method in class:DirectoryThread.ThreadState
405 public boolean isShutdownInitiated() method in class:DirectoryThread
407 return getThreadState().get().isShutdownInitiated();
448 while (!currentState.isShutdownInitiated())
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DDirectoryThread.java115 public boolean isShutdownInitiated() method in class:DirectoryThread.ThreadState
406 public boolean isShutdownInitiated() method in class:DirectoryThread
408 return getThreadState().get().isShutdownInitiated();
449 while (!currentState.isShutdownInitiated())
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DDirectoryThread.java114 public boolean isShutdownInitiated() method in class:DirectoryThread.ThreadState
405 public boolean isShutdownInitiated() method in class:DirectoryThread
407 return getThreadState().get().isShutdownInitiated();
448 while (!currentState.isShutdownInitiated())
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DDirectoryThread.java111 public boolean isShutdownInitiated() method in class:DirectoryThread.ThreadState
381 public boolean isShutdownInitiated() method in class:DirectoryThread
383 return getThreadState().get().isShutdownInitiated();
424 while (!currentState.isShutdownInitiated())

Completed in 32 milliseconds