Descripción
Sintaxis
public interface ThreadMXBean extends PlatformManagedObject
Métodos
- dumpAllThreads()
- findDeadlockedThreads()
- findMonitorDeadlockedThreads()
- getAllThreadIds()
- getCurrentThreadCpuTime()
- getCurrentThreadUserTime()
- getDaemonThreadCount()
- getPeakThreadCount()
- getThreadCount()
- getThreadCpuTime()
- getThreadInfo()
- getThreadUserTime()
- getTotalStartedThreadCount()
- isCurrentThreadCpuTimeSupported()
- isObjectMonitorUsageSupported()
- isSynchronizerUsageSupported()
- isThreadContentionMonitoringEnabled()
- isThreadContentionMonitoringSupported()
- isThreadCpuTimeEnabled()
- isThreadCpuTimeSupported()
- resetPeakThreadCount()
- setThreadContentionMonitoringEnabled()
- setThreadCpuTimeEnabled()
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.