Searched defs:startThread (Results 1 - 2 of 2) sorted by relevance
| /forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/shared/concurrency/ |
| H A D | ThreadMonitor.java | 165 private final StartThread startThread; field in class:ThreadMonitor.WatchDog 169 public WatchDog(StartThread startThread) { argument 170 this.startThread = startThread; 187 debug("Cancelling", startThread); 228 debug("Starting", startThread); 229 setFuture(startThread.start()); 233 debug("Complete", startThread); 235 debug("interrupt detected, shutting down", startThread); 241 debug("Complete:" + isComplete(), startThread); [all...] |
| /forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/shared/concurrency/ |
| H A D | ThreadMonitor.java | 207 private final StartThread startThread; field in class:ThreadMonitor.WatchDog 211 public WatchDog(StartThread startThread) { argument 212 this.startThread = startThread; 229 debug("Cancelling", startThread); 286 debug("Starting", startThread); 287 setFuture(startThread.start()); 292 debug("Complete", startThread); 294 debug("interrupt detected, shutting down", startThread); 301 debug("Complete:" + isComplete(), startThread); [all...] |
Completed in 45 milliseconds