@NotThreadSafe public class ThreadDeadlockDetector extends Object
ThreadMXBean| Constructor and Description |
|---|
ThreadDeadlockDetector() |
| Modifier and Type | Method and Description |
|---|---|
CallbackList<IThreadDeadlockCallback> |
callbacks() |
void |
findDeadlockedThreads()
This is the main method to be invoked to find deadlocked threads.
|
public void findDeadlockedThreads()
@Nonnull @ReturnsMutableObject public CallbackList<IThreadDeadlockCallback> callbacks()
Copyright © 2014–2017 Philip Helger. All rights reserved.