Searched refs:executionThread (Results 1 – 3 of 3) sorted by relevance
41 private Thread executionThread; field in AbstractExecutionThreadServiceTest46 executionThread = new Thread(command);47 executionThread.setUncaughtExceptionHandler(new UncaughtExceptionHandler() {53 executionThread.start();70 executionThread.join(); in testServiceStartStop()98 executionThread.join(); in testServiceStartStopIdempotence()111 executionThread.join(); in testServiceExitingOnItsOwn()179 executionThread.join(); in testServiceThrowOnStartUp()208 executionThread.join(); in testServiceThrowOnRun()219 executionThread.join(); in testServiceThrowOnRunAndThenAgainOnShutDown()[all …]
36 private Thread executionThread; field in AbstractServiceTest260 executionThread.join(); in testThreadedServiceStartStopIdempotenceAfterWait()324 executionThread = new Thread(runnable); in invokeOnExecutionThreadForTest()325 executionThread.setUncaughtExceptionHandler(new UncaughtExceptionHandler() { in invokeOnExecutionThreadForTest()331 executionThread.start(); in invokeOnExecutionThreadForTest()
84 private final Thread executionThread; field in AbstractClientConnAdapter116 executionThread = Thread.currentThread(); in AbstractClientConnAdapter()394 if (executionThread.equals(Thread.currentThread())) { in abortConnection()