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)
InterfaceContextAware
Set the context of the service interface.
setInterfaceContext
in interface InterfaceContextAware
context
- the context of the service interface.public void doGet(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException
java.io.IOException
ServletException
public void doPost(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException
java.io.IOException
ServletException