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

/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/shared/concurrency/
H A DThreadMonitor.java110 workPool.submit(new WatchDog(new StartThread() {
142 workPool.submit(new WatchDog(new StartThread() {
165 private final StartThread startThread;
169 public WatchDog(StartThread startThread) {
253 private interface StartThread { interface in class:ThreadMonitor
269 private void debug(String state, StartThread start) {
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/shared/concurrency/
H A DThreadMonitor.java152 workPool.submit(new WatchDog(new StartThread() {
184 workPool.submit(new WatchDog(new StartThread() {
207 private final StartThread startThread;
211 public WatchDog(StartThread startThread) {
323 private interface StartThread { interface in class:ThreadMonitor
339 private void debug(String state, StartThread start) {

Completed in 968 milliseconds