com.supermap.geoprocessor.services

Class JobsInGroupServlet

  • java.lang.Object
    • HttpServlet
      • com.supermap.geoprocessor.services.JobsInGroupServlet
  • All Implemented Interfaces:
    InterfaceContextAware


    public class JobsInGroupServlet
    extends HttpServlet
    implements InterfaceContextAware
    
    Gets the job service. This service can get all jobs that execute task groups in the scheduler, and return data by pages
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void doGet(HttpServletRequest request, HttpServletResponse response)
      Service receive and process
      void doPost(HttpServletRequest request, HttpServletResponse response)
      Service receive and process
      void setInterfaceContext(InterfaceContext context)
      Set the context of the service interface.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JobsInGroupServlet

        public JobsInGroupServlet()
        
    • Method Detail

      • doGet

        public void doGet(HttpServletRequest request,
                 HttpServletResponse response)
                   throws java.io.IOException,
                          ServletException
        
        Service receive and process
        Throws:
        java.io.IOException
        ServletException
      • doPost

        public void doPost(HttpServletRequest request,
                  HttpServletResponse response)
                    throws java.io.IOException,
                           ServletException
        
        Service receive and process
        Throws:
        java.io.IOException
        ServletException