public static interface ThreadWarningSystem.Listener
Modifier and Type | Method and Description |
---|---|
void |
deadlockDetected(ThreadInfo deadlockedThread) |
void |
thresholdExceeded(ThreadInfo[] allThreads) |
void deadlockDetected(ThreadInfo deadlockedThread)
deadlockedThread
- The deadlocked thread, with stack
trace of limited depth.void thresholdExceeded(ThreadInfo[] allThreads)
allThreads
- All the threads in the JVM, without
stack traces.Copyright © 2024 GATE. All rights reserved.