com.google.code.tempusfugit.concurrency
Class DeadlockDetector

java.lang.Object
  extended by com.google.code.tempusfugit.concurrency.DeadlockDetector

public class DeadlockDetector
extends Object

Detect Java-level deadlocks both intrinsic and Lock based.


Constructor Summary
DeadlockDetector()
           
 
Method Summary
static void printDeadlocks(OutputStream writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeadlockDetector

public DeadlockDetector()
Method Detail

printDeadlocks

public static void printDeadlocks(OutputStream writer)


Copyright © 2009-2012 tempus-fugit committers. All Rights Reserved.