Uses of Class
net.groboclown.util.jpda.v1.JpdaEventRegistry

Packages that use JpdaEventRegistry
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. 
net.groboclown.util.jpda.v1 Helper code to manage the Sun JPDA standard interface for JVM debugging. 
 

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

Methods in net.groboclown.junit.jpda.v1 that return JpdaEventRegistry
 JpdaEventRegistry AsyncTestController.getRegistry()
           
 

Uses of JpdaEventRegistry in net.groboclown.util.jpda.v1
 

Fields in net.groboclown.util.jpda.v1 declared as JpdaEventRegistry
private  JpdaEventRegistry JpdaEventListener.registry
           
private  JpdaEventRegistry JpdaConnector.registry
           
 

Methods in net.groboclown.util.jpda.v1 that return JpdaEventRegistry
 JpdaEventRegistry JpdaConnector.getEventRegistry()
          Retrieve the singleton EventRegistry for this connection.
 

Constructors in net.groboclown.util.jpda.v1 with parameters of type JpdaEventRegistry
JpdaEventListener(JpdaEventRegistry reg)
           
JpdaConnector.VMStartEventListener(JpdaEventRegistry r)
           
JpdaConnector.VMDeathEventListener(JpdaEventRegistry r)
           
JpdaConnector.VMDisconnectEventListener(JpdaEventRegistry r)
           
 



Written under the LGPL