Uses of Class
net.groboclown.junit.jpda.v1.MainThreadHandler

Packages that use MainThreadHandler
net.groboclown.junit.jpda.v1 A collection of classes to test for thread safety in classes, using Sun's JPDA debugging interface to control the processing of the thread. 
 

Uses of MainThreadHandler in net.groboclown.junit.jpda.v1
 

Fields in net.groboclown.junit.jpda.v1 declared as MainThreadHandler
private  MainThreadHandler RemoteAsyncTestInstance.mainThread
           
private  MainThreadHandler AsyncTestController.mainThread
           
 

Methods in net.groboclown.junit.jpda.v1 with parameters of type MainThreadHandler
protected static ObjectReference RemoteAsyncTestInstance.getAsyncTestReference(MainThreadHandler mt)
          Find the AsyncTest instance on the remote VM.
 

Constructors in net.groboclown.junit.jpda.v1 with parameters of type MainThreadHandler
RemoteAsyncTestInstance(MainThreadHandler mainThread, BooleanValue TRUE)
           
MainThreadHandler.ThreadStartRequestListener(MainThreadHandler mth)
           
MainThreadHandler.TDRListener(MainThreadHandler mth)
           
 



Written under the LGPL