Package com.kenshoo.pl.entity.mysql
Class MySqlDeadlockDetector
- java.lang.Object
-
- com.kenshoo.pl.entity.mysql.MySqlDeadlockDetector
-
- All Implemented Interfaces:
DeadlockDetector
public class MySqlDeadlockDetector extends java.lang.Object implements DeadlockDetector
-
-
Constructor Summary
Constructors Constructor Description MySqlDeadlockDetector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDeadlock(java.lang.Throwable e)
-
-
-
Method Detail
-
isDeadlock
public boolean isDeadlock(java.lang.Throwable e)
- Specified by:
isDeadlockin interfaceDeadlockDetector
-
-