tiger.transaction
Class DeadlockDetector

java.lang.Object
  |
  +--tiger.transaction.DeadlockDetector
All Implemented Interfaces:
java.lang.Runnable

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


Constructor Summary
DeadlockDetector(TransactionManager aManager)
           
 
Method Summary
 java.util.Map getWaitList()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeadlockDetector

public DeadlockDetector(TransactionManager aManager)
Method Detail

getWaitList

public java.util.Map getWaitList()

run

public void run()
Specified by:
run in interface java.lang.Runnable