package org.testng.internal.thread; public interface IExecutor { boolean awaitTermination(long j); StackTraceElement[][] getStackTraces(); void shutdown(); void stopNow(); IFutureResult submitRunnable(Runnable runnable); }