Class ThreadMXBeanDump
java.lang.Object
org.eclipse.mat.ui.internal.diagnostics.actions.ThreadMXBeanDump
- All Implemented Interfaces:
DiagnosticsAction
Get all current thread stacks
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(DiagnosticsProgress progress) Run the diagnostic action
-
Constructor Details
-
ThreadMXBeanDump
public ThreadMXBeanDump()
-
-
Method Details
-
run
Description copied from interface:DiagnosticsAction
Run the diagnostic action- Specified by:
run
in interfaceDiagnosticsAction
- Parameters:
progress
- Use this to report progress and results to the user
-