public class RemoveJobInGroupServlet extends HttpServlet implements InterfaceContextAware
The service for removing job. Below operations will be done: 1. Extracts demanded information from the client message 2. Gets the specified scheduler 3. Job in the scheduler
| Constructor and Description | 
|---|
| RemoveJobInGroupServlet() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | doGet(HttpServletRequest request, HttpServletResponse response)Services receive and process | 
| void | doPost(HttpServletRequest request, HttpServletResponse response)Services receive and process | 
| void | setInterfaceContext(InterfaceContext context)Set the context of the service interface. | 
public void setInterfaceContext(InterfaceContext context)
InterfaceContextAwareSet the context of the service interface.
setInterfaceContext in interface InterfaceContextAwarecontext - the context of the service interface.
public void doGet(HttpServletRequest request,
         HttpServletResponse response)
           throws java.io.IOException,
                  ServletException
java.io.IOExceptionServletException
public void doPost(HttpServletRequest request,
          HttpServletResponse response)
            throws java.io.IOException,
                   ServletException
java.io.IOExceptionServletException