com.supermap.geoprocessor.services

Class GetLogListServlet

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


    public class GetLogListServlet
    extends HttpServlet
    implements InterfaceContextAware
    
    Gets the log list service. One job you submitted will be executed by several times. And every execution will generate a record, This service can manage all execution records and ordered by time and return to the client
    • Constructor Summary

      Constructors 
      Constructor and Description
      GetLogListServlet() 
    • 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

      • GetLogListServlet

        public GetLogListServlet()
        
    • 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