Package de.hybris.platform.hac.facade
Class ThreadMonitor
- java.lang.Object
-
- de.hybris.platform.hac.facade.ThreadMonitor
-
public class ThreadMonitor extends java.lang.ObjectExample of using the java.lang.management API to dump stack trace and to perform deadlock detection.- Version:
- %% 12/22/05
-
-
Constructor Summary
Constructors Constructor Description ThreadMonitor()Constructs a ThreadMonitor object to get thread information in the local JVM.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringfindDeadlock()Checks if any threads are deadlocked.java.lang.StringthreadDump()Prints the thread dump information to System.out.
-