Uses of Enum Class
com.sun.management.HotSpotDiagnosticMXBean.ThreadDumpFormat
Package
Description
This package contains the JDK's extension to
the standard implementation of the
java.lang.management
API and also defines the management
interface for some other components of the platform.-
Uses of HotSpotDiagnosticMXBean.ThreadDumpFormat in com.sun.management
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.HotSpotDiagnosticMXBean.ThreadDumpFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptiondefault void
HotSpotDiagnosticMXBean.dumpThreads
(String outputFile, HotSpotDiagnosticMXBean.ThreadDumpFormat format) Generate a thread dump to the given file in the given format.