com.supermap.geoprocessor.services

Class GetLogDetailServlet

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


    public class GetLogDetailServlet
    extends HttpServlet
    implements InterfaceContextAware
    
     Get detailed log service, including:
     1. Execute time
     2. Log information.
     3. Single node executing result (Successful, failed or undergoing execution)
     
    
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void doGet(HttpServletRequest request, HttpServletResponse response)
      Service receiving and processing
      void doPost(HttpServletRequest request, HttpServletResponse response)
      Service receiving and processing
      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

      • GetLogDetailServlet

        public GetLogDetailServlet()
        
    • Method Detail

      • doGet

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

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