public class JobSchedulingStartUpServlet extends HttpServlet implements InterfaceContextAware
Constructor and Description |
---|
JobSchedulingStartUpServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(HttpServletRequest request, HttpServletResponse response) |
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