public class ThreadDumpServlet
extends javax.servlet.http.HttpServlet
text/plain dump of all threads in the VM. Only responds
to GET requests.| Constructor and Description |
|---|
ThreadDumpServlet()
Creates a new
ThreadDumpServlet. |
ThreadDumpServlet(VirtualMachineMetrics vm)
Creates a new
ThreadDumpServlet with the given VirtualMachineMetrics
instance. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic ThreadDumpServlet()
ThreadDumpServlet.public ThreadDumpServlet(VirtualMachineMetrics vm)
ThreadDumpServlet with the given VirtualMachineMetrics
instance.vm - a VirtualMachineMetrics instanceprotected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2012. All Rights Reserved.