Searched refs:testServiceExecutor (Results 1 – 1 of 1) sorted by relevance
165 private ScheduledExecutorService testServiceExecutor; field in AbstractInteropTest210 testServiceExecutor = Executors.newScheduledThreadPool(2); in startServer()222 new TestServiceImpl(testServiceExecutor), in startServer()244 if (testServiceExecutor != null) { in stopServer()245 testServiceExecutor.shutdown(); in stopServer()