| java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet com.knowgate.http.HttpSchedulerServlet
HttpSchedulerServlet | public class HttpSchedulerServlet extends HttpServlet (Code) | | author: Sergio Montoro Ten version: 3.0 |
HttpSchedulerServlet | public HttpSchedulerServlet()(Code) | | |
destroy | public void destroy()(Code) | | |
doGet | public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException(Code) | | Perform action on SchedulerDaemon and return resulting status
The output written to ServletOutputStream is an XML string of the form:
<scheduler><status>{start|stop|running|stopped}</status><startdate>Thu Jul 14 23:04:33 CEST 2005</startdate><stopdate></stopdate><runningtime>98767</runningtime><poolsize>2</poolsize><livethreads>1</livethreads><queuelength>4</queuelength></scheduler>
Parameters: request - Contains parameters: action = { start, stop, restart, info } Parameters: response - HttpServletResponse throws: ServletException - |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|