Package org.ourgrid.test.threadServices

Class Summary
ExtendedThreadLists Extends the threadlists to add the stillidle functionality.
ExtendedThreadPoolServices Extends the threadpool services to add the still idle functionality.
ExtendedThreadServices Extends ThreadServices to add the stillIdle call.
ExtendedThreadServicesTest  
InnerRunnable This class is a Runnable used just for tests.
MonitoredObject This class represents an object and the threads waiting for it.
RunnerWaiterRunnable Class used for tests only.
RunnerWaiterRunnableTest Tests the RunnerWaiterRunnable class.
ShutdownableRunnable This class is used to perform tests on the threadServices package using several threads.
ShutdownableThread This class is used just to test the auxiliary classes used by the aspects.
ShutdownableThreadTest Tests for the ShutdownnableThread class.
ThreadLists This class handles the list of running and waiting threads of an application.
ThreadListsTest Test for the ThreadLists class.
ThreadPoolServices This class will control runnables executions at OurGrid.
ThreadServices Class that presents fake methods, that will be replaced by correct ones using an aspect (RunningThreadsMonitor) when it is included.
 

Enum Summary
RunnerWaiterRunnable.Status Avalaible the statuses fot a RunnerWaiterRunnable.