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

/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/
H A DAdminCommandLock.java83 private SuspendCommandsLockThread suspendCommandsLockThread = null; field in class:AdminCommandLock
162 * If the suspendCommandsLockThread is alive then we were
170 if (suspendCommandsLockThread != null &&
171 suspendCommandsLockThread.isAlive()) {
293 * If the suspendCommandsLockThread is alive then we are
296 if (suspendCommandsLockThread != null &&
297 suspendCommandsLockThread.isAlive()) {
340 * If the suspendCommandsLockThread is alive then we are
343 if (suspendCommandsLockThread != null &&
344 suspendCommandsLockThread
[all...]

Completed in 12 milliseconds