org.netbeans.api.debugger.jpda/2 2.31.1

org.netbeans.api.debugger.jpda
Class DeadlockDetector.Deadlock

java.lang.Object
  extended by 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.


Method Summary
 Collection<JPDAThread> getThreads()
          Get the threads in deadlock.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getThreads

public Collection<JPDAThread> getThreads()
Get the threads in deadlock.

Returns:
The threads in deadlock.

org.netbeans.api.debugger.jpda/2 2.31.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.