|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet org.melati.servlet.ConfigServlet org.melati.test.SessionAnalysisServlet
public class SessionAnalysisServlet
Displays information about the status of this JVM and the databases running in it. Well, with JServ it's for this servlet zone. It shows us information about any Poem sessions running and each transaction (think 'connection to') in a database.
Field Summary |
---|
Fields inherited from class org.melati.servlet.ConfigServlet |
---|
melatiConfig, sysAdminEmail, sysAdminName |
Constructor Summary | |
---|---|
SessionAnalysisServlet()
|
Method Summary | |
---|---|
protected void |
doConfiguredRequest(Melati melati)
Instantiate this method to build up your own output. |
Methods inherited from class org.melati.servlet.ConfigServlet |
---|
doGet, doPost, error, getSysAdminEmail, getSysAdminName, httpStatusCode, init, melatiConfig, poemContext, setSysAdminEmail, setSysAdminName, writeConnectionPendingException, writeError |
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, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SessionAnalysisServlet()
Method Detail |
---|
protected void doConfiguredRequest(Melati melati) throws javax.servlet.ServletException, IOException
ConfigServlet
doConfiguredRequest
in class ConfigServlet
javax.servlet.ServletException
IOException
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |