|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flexiblewebsolutions.xdriveunit.loadtest.ThreadTracker
public class ThreadTracker
Executes logic when all threads have completed.
| Constructor Summary | |
|---|---|
ThreadTracker(int pNumToRegister,
ThreadCallback pTT)
Sets number of parameters that will be registered |
|
| Method Summary | |
|---|---|
void |
deregisterThread(java.lang.String pThreadName)
Record this thread as finished |
void |
registerThread(java.lang.String pThreadName)
Record this thread as in process |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThreadTracker(int pNumToRegister,
ThreadCallback pTT)
pNumToRegister - -
Number of threads that should register.pTT - -
Thread Traceback object that will be invoked when all threads
have completed.| Method Detail |
|---|
public void registerThread(java.lang.String pThreadName)
pThreadName - -
Unique name for this threadpublic void deregisterThread(java.lang.String pThreadName)
pThreadName - -
Unique name for thread.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||