com.ibm.websphere.servlet.event
Class ServletInvocationEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.websphere.servlet.event.ApplicationEvent
              |
              +--com.ibm.websphere.servlet.event.ServletEvent
                    |
                    +--com.ibm.websphere.servlet.event.ServletInvocationEvent
All Implemented Interfaces:
java.io.Serializable

public abstract synchronized class ServletInvocationEvent
extends ServletEvent

See Also:
Serialized Form

Constructor Summary
ServletInvocationEvent(java.lang.Object, javax.servlet.ServletContext, java.lang.String, java.lang.String, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
           
 
Method Summary
 javax.servlet.http.HttpServletRequest getRequest()
           
 java.lang.String getRequestURL()
           
 javax.servlet.http.HttpServletResponse getResponse()
           
abstract  long getResponseTime()
           
 
Methods inherited from class com.ibm.websphere.servlet.event.ServletEvent
getServletClassName, getServletName
 
Methods inherited from class com.ibm.websphere.servlet.event.ApplicationEvent
getServletContext, getServletNames
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServletInvocationEvent

public ServletInvocationEvent(java.lang.Object,
                              javax.servlet.ServletContext,
                              java.lang.String,
                              java.lang.String,
                              javax.servlet.http.HttpServletRequest,
                              javax.servlet.http.HttpServletResponse)
Method Detail

getRequestURL

public java.lang.String getRequestURL()

getResponseTime

public abstract long getResponseTime()

getRequest

public javax.servlet.http.HttpServletRequest getRequest()

getResponse

public javax.servlet.http.HttpServletResponse getResponse()