edu.rice.cs.drjava.model.debug.jpda
Class JPDAThreadData

java.lang.Object
  extended by edu.rice.cs.drjava.model.debug.DebugThreadData
      extended by edu.rice.cs.drjava.model.debug.jpda.JPDAThreadData

public class JPDAThreadData
extends DebugThreadData

Class for keeping track of the currently running threads.

Version:
$Id: DebugThreadData.java 3901 2006-06-30 05:28:11Z rcartwright $

Constructor Summary
JPDAThreadData(com.sun.jdi.ThreadReference thread)
          Object for keeping track of a thread in the debuggee JVM.
 
Method Summary
 boolean isSuspended()
          Tells whether or not the thread is suspended.
 
Methods inherited from class edu.rice.cs.drjava.model.debug.DebugThreadData
getName, getStatus, getUniqueID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPDAThreadData

public JPDAThreadData(com.sun.jdi.ThreadReference thread)
Object for keeping track of a thread in the debuggee JVM.

Parameters:
thread - JPDA's reference to the thread
Method Detail

isSuspended

public boolean isSuspended()
Tells whether or not the thread is suspended.

Specified by:
isSuspended in class DebugThreadData
Returns:
true iff the thread is suspended