Searched refs:executionThread (Results 1 – 3 of 3) sorted by relevance
43 private Thread executionThread; field in AbstractExecutionThreadServiceTest48 executionThread = new Thread(command);49 executionThread.setUncaughtExceptionHandler(new UncaughtExceptionHandler() {55 executionThread.start();76 executionThread.join(); in testServiceStartStop()93 executionThread.join(); in testServiceStopIdempotence()106 executionThread.join(); in testServiceExitingOnItsOwn()174 executionThread.join(); in testServiceThrowOnStartUp()206 executionThread.join(); in testServiceThrowOnRun()223 executionThread.join(); in testServiceThrowOnRunAndThenAgainOnShutDown()[all …]
48 private Thread executionThread; field in AbstractServiceTest436 executionThread.join(); in testThreadedServiceStopIdempotenceAfterWait()514 executionThread = new Thread(runnable); in invokeOnExecutionThreadForTest()515 executionThread.setUncaughtExceptionHandler(new UncaughtExceptionHandler() { in invokeOnExecutionThreadForTest()521 executionThread.start(); in invokeOnExecutionThreadForTest()
89 private final Thread executionThread; field in AbstractClientConnAdapter121 executionThread = Thread.currentThread(); in AbstractClientConnAdapter()399 if (executionThread.equals(Thread.currentThread())) { in abortConnection()