Package models

Examples of models.RunningState.empty()


  public void doPost(HttpServletRequest request,
            HttpServletResponse response)
  throws ServletException, IOException {
    ServletContext context = getServletContext();
    RunningState state = (RunningState)context.getAttribute("RunningState");
    state.empty();
    ChatController.broadcast("<Running state reset");
  PrintWriter out = response.getWriter();
  out.println("done");
}
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.