org.apache.felix.webconsole.internal.system
Class VMStatPlugin
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.felix.webconsole.AbstractWebConsolePlugin
org.apache.felix.webconsole.internal.BaseWebConsolePlugin
org.apache.felix.webconsole.internal.system.VMStatPlugin
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig, OsgiManagerPlugin
public class VMStatPlugin
- extends BaseWebConsolePlugin
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LABEL
public static final String LABEL
- See Also:
- Constant Field Values
TITLE
public static final String TITLE
- See Also:
- Constant Field Values
VMStatPlugin
public VMStatPlugin()
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.