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

Packages that use ConnectorFactory
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 ConnectorFactory in net.groboclown.junit.jpda.v1
 

Fields in net.groboclown.junit.jpda.v1 declared as ConnectorFactory
protected static ConnectorFactory ConnectorFactory.s_instance
           
 

Methods in net.groboclown.junit.jpda.v1 that return ConnectorFactory
static ConnectorFactory ConnectorFactory.getInstance()
          Retrieve the singleton instance.
 



Written under the LGPL