|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ikokoon.toolkit.ThreadDeadLockDetector
public class ThreadDeadLockDetector
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.
| 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 |
|---|
public ThreadDeadLockDetector()
| Method Detail |
|---|
public void run()
run in interface java.lang.Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||