Class DeadLockReentrantLock

java.lang.Object
org.tanukisoftware.wrapper.test.DeadLockReentrantLock

public class DeadLockReentrantLock extends Object
This is test is designed to simulate a series of deadlock cases using ReentrantLocks, which will can be detected and restarted by the Standard Edition.
  • Constructor Details

    • DeadLockReentrantLock

      public DeadLockReentrantLock()
  • Method Details

    • main

      public static void main(String[] args)