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)
-
-
Constructor Summary
Constructors Constructor and Description GetLogDetailServlet()
-
Method Summary
Methods Modifier and Type Method and Description voiddoGet(HttpServletRequest request, HttpServletResponse response)Service receiving and processingvoiddoPost(HttpServletRequest request, HttpServletResponse response)Service receiving and processingvoidsetInterfaceContext(InterfaceContext context)Set the context of the service interface.
-
-
-
Method Detail
-
setInterfaceContext
public void setInterfaceContext(InterfaceContext context)
Description copied from interface:InterfaceContextAwareSet the context of the service interface.
- Specified by:
setInterfaceContextin interfaceInterfaceContextAware- Parameters:
context- the context of the service interface.
-
doGet
public void doGet(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletExceptionService receiving and processing- Throws:
java.io.IOExceptionServletException
-
doPost
public void doPost(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletExceptionService receiving and processing- Throws:
java.io.IOExceptionServletException
-
-