Uses of Package
net.groboclown.util.jpda.v1

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

Classes in net.groboclown.util.jpda.v1 used by net.groboclown.junit.jpda.v1
JpdaConnector
          Connects to a remote VM via JPDA.
JpdaEventListener
          Handles events which are generated by the VM.
JpdaEventRegistry
          Handles events
JpdaStackFrameTrace
          Controls the broadcast of an event when the stack frame changes.
 

Classes in net.groboclown.util.jpda.v1 used by net.groboclown.util.jpda.v1
JpdaConnector
          Connects to a remote VM via JPDA.
JpdaConnectorFactory
          Creates a JpdaConnection to a VM using JDI (from JPDA).
JpdaEventListener
          Handles events which are generated by the VM.
JpdaEventRegistry
          Handles events
JpdaStackFrameTrace.AnyTraceType
           
JpdaStackFrameTrace.ChangeTraceType
           
JpdaStackFrameTrace.FirePrintTrace
           
JpdaStackFrameTrace.FireTrace
           
JpdaStackFrameTrace.Frame
           
JpdaStackFrameTrace.FrameCountTraceType
           
JpdaStackFrameTrace.PrintTrace
           
 



Written under the LGPL