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

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

Packages that use DeadlockDetector.Deadlock
org.netbeans.api.debugger.jpda JPDA Debugger APIs provide representation of JDI functionality. 
 

Uses of DeadlockDetector.Deadlock in org.netbeans.api.debugger.jpda
 

Methods in org.netbeans.api.debugger.jpda that return DeadlockDetector.Deadlock
protected  DeadlockDetector.Deadlock DeadlockDetector.createDeadlock(Collection<JPDAThread> threads)
          Utility method used by the implementing class to create deadlock instances.
 

Methods in org.netbeans.api.debugger.jpda that return types with arguments of type DeadlockDetector.Deadlock
 Set<DeadlockDetector.Deadlock> DeadlockDetector.getDeadlocks()
          Get the set of detected deadlocks.
 

Method parameters in org.netbeans.api.debugger.jpda with type arguments of type DeadlockDetector.Deadlock
protected  void DeadlockDetector.setDeadlocks(Set<DeadlockDetector.Deadlock> deadlocks)
          Used by overriding class to set the deadlocks when found.
 


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

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