org.netbeans.api.debugger.jpda
Class DeadlockDetector.Deadlock
java.lang.Object
org.netbeans.api.debugger.jpda.DeadlockDetector.Deadlock
- Enclosing class:
- DeadlockDetector
public static final class DeadlockDetector.Deadlock
- extends Object
Representation of a deadlock - one set of mutually deadlocked threads.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getThreads
public Collection<JPDAThread> getThreads()
- Get the threads in deadlock.
- Returns:
- The threads in deadlock.