Package org.testng.internal.thread

Interface Summary
IAtomicInteger This class/interface
ICountDown Reduced interface to mimic a CountDownLatch.
IExecutor Reduced interface to mimic an ExecutorService.
IFutureResult Reduced interface to mimic Future.
IPooledExecutor Reduced interface to mimic ExecutorService.
IThreadFactory Reduced interface to mimic ThreadFactory.
 

Class Summary
AtomicIntegerAdapter This class/interface
CountDownAdapter ICountDown adapter using the features in JDK 1.5, e.g.
ExecutorAdapter An implementation for IExecutor based on ThreadPoolExecutor
FutureResultAdapter A very reduced interface of Future.
PooledExecutorAdapter An IPooledExecutor implementation based on JDK1.5 native support.
TestNGThread Custom named thread.
ThreadUtil A helper class to interface TestNG concurrency usage.
ThreadUtil.ThreadFactoryImpl  
 

Exception Summary
ThreadExecutionException Wrapper exception for ExecutionExceptions.
ThreadTimeoutException Exception used to signal a thread timeout.
 



Copyright © 2010. All Rights Reserved.