Interface I_CmsDiagnosticsMXBean

All Known Implementing Classes:
CmsDiagnosticsMXBean

public interface I_CmsDiagnosticsMXBean
Bean interface for special diagnostic information retrievable via JMX.
  • Method Summary

    Modifier and Type
    Method
    Description
    Contains a textual representation of the current requests running in the OpenCmsServlet.
  • Method Details

    • listActiveRequests

      Contains a textual representation of the current requests running in the OpenCmsServlet.

      For each request, a line of text containing the thread id of the thread handling the request, the request URL, and the current runtime is produced. They look like this:

      (#67) http://www.adfasdfasdf.com 33333

      Returns:
      a textual representation of the current requests in the OpenCmsServlet