com.supermap.geoprocessor.services

Class JobStartInTimeServlet

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


    public class JobStartInTimeServlet
    extends HttpServlet
    implements InterfaceContextAware
    
    The service for starting job in time. The submitted job will be started timely by the server.
    • 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

      • JobStartInTimeServlet

        public JobStartInTimeServlet()
        
    • Method Detail

      • doGet

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

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