org.apache.felix.webconsole.internal.system
Class VMStatPlugin

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.felix.webconsole.AbstractWebConsolePlugin
              extended by org.apache.felix.webconsole.internal.BaseWebConsolePlugin
                  extended by org.apache.felix.webconsole.internal.system.VMStatPlugin
All Implemented Interfaces:
Serializable, Servlet, ServletConfig, OsgiManagerPlugin

public class VMStatPlugin
extends BaseWebConsolePlugin

See Also:
Serialized Form

Field Summary
static String LABEL
           
static String TITLE
           
 
Fields inherited from class org.apache.felix.webconsole.AbstractWebConsolePlugin
ATTR_FILEUPLOAD
 
Constructor Summary
VMStatPlugin()
           
 
Method Summary
protected  void doPost(HttpServletRequest request, HttpServletResponse response)
           
 String getLabel()
           
 String getTitle()
           
protected  void renderContent(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class org.apache.felix.webconsole.internal.BaseWebConsolePlugin
deactivate, getLog, getPackageAdmin, getService, getStartLevel
 
Methods inherited from class org.apache.felix.webconsole.AbstractWebConsolePlugin
activate, doGet, endResponse, getBundleContext, getParameter, getServletName, renderTopNavigation, sendRedirect, startResponse
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.felix.webconsole.internal.OsgiManagerPlugin
activate
 

Field Detail

LABEL

public static final String LABEL
See Also:
Constant Field Values

TITLE

public static final String TITLE
See Also:
Constant Field Values
Constructor Detail

VMStatPlugin

public VMStatPlugin()
Method Detail

getLabel

public String getLabel()
Specified by:
getLabel in class AbstractWebConsolePlugin

getTitle

public String getTitle()
Specified by:
getTitle in class AbstractWebConsolePlugin

doPost

protected void doPost(HttpServletRequest request,
                      HttpServletResponse response)
               throws ServletException,
                      IOException
Overrides:
doPost in class HttpServlet
Throws:
ServletException
IOException

renderContent

protected void renderContent(HttpServletRequest request,
                             HttpServletResponse response)
                      throws ServletException,
                             IOException
Specified by:
renderContent in class AbstractWebConsolePlugin
Throws:
ServletException
IOException


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.