Class VMStatPlugin

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, org.apache.felix.webconsole.internal.OsgiManagerPlugin

    public class VMStatPlugin
    extends SimpleWebConsolePlugin
    implements org.apache.felix.webconsole.internal.OsgiManagerPlugin
    VMStatPlugin provides the System Information tab. This particular plugin uses more than one templates.
    See Also:
    Serialized Form
    • Constructor Detail

      • VMStatPlugin

        public VMStatPlugin()
        Default constructor
    • Method Detail

      • doPost

        protected void doPost​(javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response)
                       throws javax.servlet.ServletException,
                              IOException
        Overrides:
        doPost in class javax.servlet.http.HttpServlet
        Throws:
        javax.servlet.ServletException
        IOException
        See Also:
        HttpServlet.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)