org.jmonit.events
Class HttpRequestServed

java.lang.Object
  extended by org.jmonit.events.MonitoringEvent
      extended by org.jmonit.events.HttpRequestServed

public class HttpRequestServed
extends MonitoringEvent

Author:
Nicolas De Loof

Constructor Summary
HttpRequestServed(javax.servlet.http.HttpServletRequest request, long time, int status, Monitor monitor)
           
 
Method Summary
 int getHttpStatus()
           
 Monitor getMonitor()
           
 javax.servlet.http.HttpServletRequest getRequest()
           
 long getTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpRequestServed

public HttpRequestServed(javax.servlet.http.HttpServletRequest request,
                         long time,
                         int status,
                         Monitor monitor)
Method Detail

getRequest

public javax.servlet.http.HttpServletRequest getRequest()

getTime

public long getTime()

getHttpStatus

public int getHttpStatus()

getMonitor

public Monitor getMonitor()


Copyright © 2007 Nicolas De Loof. All Rights Reserved.