org.jactr.tools.deadlock
Class DeadLockDetector

java.lang.Object
  extended by org.jactr.tools.deadlock.DeadLockDetector
All Implemented Interfaces:
org.jactr.core.utils.IInitializable, org.jactr.core.utils.IInstallable, org.jactr.instrument.IInstrument

public class DeadLockDetector
extends java.lang.Object
implements org.jactr.instrument.IInstrument


Constructor Summary
DeadLockDetector(IDeadLockListener listener, long checkIntervalMS)
           
 
Method Summary
 void initialize()
           
 void install(org.jactr.core.model.IModel model)
           
 void uninstall(org.jactr.core.model.IModel model)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeadLockDetector

public DeadLockDetector(IDeadLockListener listener,
                        long checkIntervalMS)
Method Detail

initialize

public void initialize()
Specified by:
initialize in interface org.jactr.core.utils.IInitializable
Specified by:
initialize in interface org.jactr.instrument.IInstrument

install

public void install(org.jactr.core.model.IModel model)
Specified by:
install in interface org.jactr.core.utils.IInstallable
Specified by:
install in interface org.jactr.instrument.IInstrument

uninstall

public void uninstall(org.jactr.core.model.IModel model)
Specified by:
uninstall in interface org.jactr.core.utils.IInstallable
Specified by:
uninstall in interface org.jactr.instrument.IInstrument