public class LoggingThreadDeadlockCallback extends Object implements IThreadDeadlockCallback
IThreadDeadlockCallback.| Constructor and Description |
|---|
LoggingThreadDeadlockCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
onDeadlockDetected(ThreadDeadlockInfo[] aDeadlockedThreads)
Callback to be invoked on a deadlock
|
public void onDeadlockDetected(@Nonnull ThreadDeadlockInfo[] aDeadlockedThreads)
IThreadDeadlockCallbackonDeadlockDetected in interface IThreadDeadlockCallbackaDeadlockedThreads - Information on the dead-locked threads. Neither null
nor empty.Copyright © 2014–2019 Philip Helger. All rights reserved.