public class ThreadMonitor
extends java.lang.Object
| Constructor and Description |
|---|
ThreadMonitor()
Constructs a ThreadMonitor object to get thread information in the local JVM.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
findDeadlock()
Checks if any threads are deadlocked.
|
java.lang.String |
threadDump()
Prints the thread dump information to System.out.
|
Copyright © 2018 SAP SE. All Rights Reserved.