public class RemoveGroupServlet extends HttpServlet implements InterfaceContextAware
The service for removing the task group service in scheduler. The service will execute the following operation: 1. Get the specified scheduler 2. Remove task group from the scheduler, and remove all jobs from the task group.
| Constructor and Description | 
|---|
| RemoveGroupServlet() | 
| 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