com.ikokoon.toolkit
Class ThreadDeadLockDetector

java.lang.Object
  extended by com.ikokoon.toolkit.ThreadDeadLockDetector
All Implemented Interfaces:
java.lang.Runnable

public class ThreadDeadLockDetector
extends java.lang.Object
implements java.lang.Runnable

During the testing with object databases for persistence it looked like the threads were getting locked, and in fact even this thread stopped so finally oodb couldn't be used. Still no resolution on that. This thread iterates over the threads that can be locked and prints out the info on them, if there are any of course.

Since:
15.10.09
Version:
01.00
Author:
Michael Couck

Constructor Summary
ThreadDeadLockDetector()
           
 
Method Summary
 void run()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadDeadLockDetector

public ThreadDeadLockDetector()
Method Detail

run

public void run()

Specified by:
run in interface java.lang.Runnable


Copyright © 2010. All Rights Reserved.