|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.test.threadServices.ThreadPoolServices
org.ourgrid.test.threadServices.ExtendedThreadPoolServices
public class ExtendedThreadPoolServices
Extends the threadpool services to add the still idle functionality.
Field Summary |
---|
Fields inherited from class org.ourgrid.test.threadServices.ThreadPoolServices |
---|
runnablesAtThreadPool |
Constructor Summary | |
---|---|
ExtendedThreadPoolServices()
|
Method Summary | |
---|---|
static void |
includePooledExecution(java.lang.Runnable run)
|
static boolean |
stillIdle()
Verifies that no thread has started running since the last org.ourgrid.test.threadServices.ThreadServices#waitUntilWorkIsDone() |
static void |
waitUntilWorkIsDone()
|
Methods inherited from class org.ourgrid.test.threadServices.ThreadPoolServices |
---|
includePooledExecution, isCompiledWithAspects, removePooledExecution |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtendedThreadPoolServices()
Method Detail |
---|
public static void waitUntilWorkIsDone()
ThreadPoolServices.waitUntilWorkIsDone()
public static void includePooledExecution(java.lang.Runnable run)
ThreadPoolServices.includePooledExecution(Object)
public static boolean stillIdle()
org.ourgrid.test.threadServices.ThreadServices#waitUntilWorkIsDone()
ThreadServices.waitUntilWorkIsDone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |