public class JobSchedulingShutDownServlet extends HttpServlet implements InterfaceContextAware
构造器和说明 |
---|
JobSchedulingShutDownServlet() |
限定符和类型 | 方法和说明 |
---|---|
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