Package models

Examples of models.RunningState


  }
  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

Related Classes of models.RunningState

Copyright © 2018 www.massapicom. 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.