Class TaskAdminServlet

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class TaskAdminServlet
    extends TaskProcessorServlet
    This is the servlet that provides tool interface and executions of administrative tasks. It extends from TaskProcessorServlet but do nothing extra. It is because: 1. We do security constraint in configuration file (web.xml). 2. This servlet talks to its own controller (configured in microstrategy.xml).
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class javax.servlet.http.HttpServlet

        doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
      • Methods inherited from class javax.servlet.GenericServlet

        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

      • TaskAdminServlet

        public TaskAdminServlet()