Class ThreadInfo
- java.lang.Object
-
- org.ametys.runtime.plugins.admin.jvmstatus.ThreadInfo
-
- All Implemented Interfaces:
Component
public class ThreadInfo extends Object implements Component
Component used by the admin thread tool
-
-
Constructor Summary
Constructors Constructor Description ThreadInfo()
-
-
-
Constructor Detail
-
ThreadInfo
public ThreadInfo()
-
-
Method Detail
-
dumpAllThreads
public List<Map<String,Object>> dumpAllThreads()
Dump all JVM threads.- Returns:
- a JSON-oriented thread dump
-
-