public class

TaskAdminServlet

extends TaskProcessorServlet
java.lang.Object
   ↳ javax.servlet.GenericServlet
     ↳ javax.servlet.http.HttpServlet
       ↳ com.microstrategy.web.servlets.TaskProcessorServlet
         ↳ com.microstrategy.web.servlets.TaskAdminServlet

Class Overview

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).

Summary

[Expand]
Inherited Constants
From class com.microstrategy.web.servlets.TaskProcessorServlet
Public Constructors
TaskAdminServlet()
[Expand]
Inherited Methods
From class com.microstrategy.web.servlets.TaskProcessorServlet
From class javax.servlet.http.HttpServlet
From class javax.servlet.GenericServlet
From class java.lang.Object
From interface javax.servlet.Servlet
From interface javax.servlet.ServletConfig

Public Constructors

public TaskAdminServlet ()