com.google.code.tempusfugit.concurrency
Class Deadlocks

java.lang.Object
  extended by java.io.OutputStream
      extended by com.google.code.tempusfugit.concurrency.Deadlocks
All Implemented Interfaces:
Closeable, Flushable

public class Deadlocks
extends OutputStream


Constructor Summary
Deadlocks()
           
 
Method Summary
 Boolean detected()
           
 String toString()
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Deadlocks

public Deadlocks()
Method Detail

write

public void write(int b)
           throws IOException
Specified by:
write in class OutputStream
Throws:
IOException

detected

public Boolean detected()

toString

public String toString()
Overrides:
toString in class Object


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