org.testng.internal.thread
Interface IExecutor

All Known Implementing Classes:
ExecutorAdapter

public interface IExecutor

Reduced interface to mimic an ExecutorService.

Author:
Alexandru Popescu

Method Summary
 boolean awaitTermination(long timeout)
           
 void shutdown()
           
 void stopNow()
           
 IFutureResult submitRunnable(java.lang.Runnable runnable)
           
 

Method Detail

submitRunnable

IFutureResult submitRunnable(java.lang.Runnable runnable)

shutdown

void shutdown()

awaitTermination

boolean awaitTermination(long timeout)

stopNow

void stopNow()


Copyright © 2010. All Rights Reserved.