public class RemoveJobInGroupServlet extends HttpServlet implements InterfaceContextAware
移除作业服务。需要进行以下操作: (1) 从接受的客户端消息中,提取需要的信息 (2) 获取指定的调度器 (3) 调度器中作业
构造器和说明 |
---|
RemoveJobInGroupServlet() |
限定符和类型 | 方法和说明 |
---|---|
void |
doGet(HttpServletRequest request, HttpServletResponse response)
服务接受和处理
|
void |
doPost(HttpServletRequest request, HttpServletResponse response)
服务接受和处理
|
void |
setInterfaceContext(InterfaceContext context)
设置服务接口上下文。
|
public void setInterfaceContext(InterfaceContext context)
InterfaceContextAware
设置服务接口上下文。
setInterfaceContext
在接口中 InterfaceContextAware
context
- 服务接口上下文。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