org.ourgrid.test.threadServices
Class ExtendedThreadServices

java.lang.Object
  extended by org.ourgrid.test.threadServices.ThreadServices
      extended by org.ourgrid.test.threadServices.ExtendedThreadServices

public class ExtendedThreadServices
extends ThreadServices

Extends ThreadServices to add the stillIdle call.

Author:
Flavio Vinicius Diniz de Figueiredo - flaviov@lsd.ufcg.edu.br

Constructor Summary
ExtendedThreadServices()
           
 
Method Summary
static boolean stillIdle()
          Verifies that no thread has started running since the last org.ourgrid.test.threadServices.ThreadServices#waitUntilWorkIsDone()
 
Methods inherited from class org.ourgrid.test.threadServices.ThreadServices
areAllThreadsWaiting, printRunningThreads, printStartedThreads, printWaitingThreads, throwNotUsingAspectsException, waitThreadsDie, waitUntilThreadHasFinished, waitUntilThreadHasStartedRunning, waitUntilThreadIsWaiting, waitUntilWorkIsDone
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedThreadServices

public ExtendedThreadServices()
Method Detail

stillIdle

public static boolean stillIdle()
Verifies that no thread has started running since the last org.ourgrid.test.threadServices.ThreadServices#waitUntilWorkIsDone()

Returns:
True if no thread was started running
See Also:
ThreadServices.waitUntilWorkIsDone()