Package org.fishwife.jrugged

Examples of org.fishwife.jrugged.Status


    this.monitoredService = monitoredService;
  }

  public ModelAndView handleRequest(HttpServletRequest req,
      HttpServletResponse resp) throws Exception {
    Status currentStatus = monitoredService.getServiceStatus().getStatus();
    setResponseCode(currentStatus, resp);
    setAppropriateWarningHeaders(resp, currentStatus);
    setCachingHeaders(resp);
    writeOutCurrentStatusInResponseBody(resp, currentStatus);
    return null;
View Full Code Here

TOP

Related Classes of org.fishwife.jrugged.Status

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.