public class NotificationCheckerServlet
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
static int |
ALERT_MAX_NEW_NOTIFICATIONS |
Constructor and Description |
---|
NotificationCheckerServlet() |
Modifier and Type | Method and Description |
---|---|
void |
cleanerFinished(String key)
change the status
|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
init() |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public static final int ALERT_MAX_NEW_NOTIFICATIONS
public void init()
init
in class javax.servlet.GenericServlet
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
protected void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
public void cleanerFinished(String key)
key
- Copyright © 2016. All Rights Reserved.