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.
-
-
Constructor Summary
Constructors Constructor and Description JobStartInTimeServlet()
-
Method Summary
Methods Modifier and Type Method and Description voiddoGet(HttpServletRequest request, HttpServletResponse response)Service receive and processvoiddoPost(HttpServletRequest request, HttpServletResponse response)Service receive and processvoidsetInterfaceContext(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 ServletException, java.io.IOExceptionService receive and process- Throws:
ServletExceptionjava.io.IOException
-
doPost
public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOExceptionService receive and process- Throws:
ServletExceptionjava.io.IOException
-
-