com.supermap.geoprocessor.services
Class ModifyTriTimeServlet
- java.lang.Object
-
- HttpServlet
-
- com.supermap.geoprocessor.services.ModifyTriTimeServlet
-
- All Implemented Interfaces:
- InterfaceContextAware
public class ModifyTriTimeServlet extends HttpServlet implements InterfaceContextAware
Modifies the job trigger time.
-
-
Constructor Summary
Constructors Constructor and Description ModifyTriTimeServlet()
-
Method Summary
Methods Modifier and Type Method and Description voiddoGet(HttpServletRequest request, HttpServletResponse response)Services receive and processvoiddoPost(HttpServletRequest request, HttpServletResponse response)Services receive and processvoidsetInterfaceContext(InterfaceContext arg0)Set the context of the service interface.
-
-
-
Method Detail
-
setInterfaceContext
public void setInterfaceContext(InterfaceContext arg0)
Description copied from interface:InterfaceContextAwareSet the context of the service interface.
- Specified by:
setInterfaceContextin interfaceInterfaceContextAware- Parameters:
arg0- the context of the service interface.
-
doGet
public void doGet(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletExceptionServices receive and process- Throws:
java.io.IOExceptionServletException
-
doPost
public void doPost(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletExceptionServices receive and process- Throws:
java.io.IOExceptionServletException
-
-