Package com.tibco.ep.testing.framework
Class DeadlockDetect
java.lang.Object
com.tibco.ep.testing.framework.DeadlockDetect
Tools to detect deadlocks
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
DEADLOCK
Deadlock detected during unit test- See Also:
-
-
Constructor Details
-
DeadlockDetect
DeadlockDetect()
-
-
Method Details
-
start
void start()Start deadlock detection for this node
This method can be run within or outside a transaction
-
end
End deadlock detection for this node
This method can be run within or outside a transaction
- Throws:
TransactionalDeadlockDetectedException
- if deadlocks found or command failed
-