org.apache.commons.latka.event
Class BaseRequestEvent

java.lang.Object
  |
  +--org.apache.commons.latka.event.BaseRequestEvent
All Implemented Interfaces:
LatkaEvent, RequestEvent
Direct Known Subclasses:
RequestErrorEvent, RequestFailedEvent, RequestSkippedEvent, RequestSucceededEvent

public class BaseRequestEvent
extends java.lang.Object
implements RequestEvent


Constructor Summary
BaseRequestEvent(Request request, Response response)
           
 
Method Summary
 Request getRequest()
           
 Response getResponse()
           
 Session getSession()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseRequestEvent

public BaseRequestEvent(Request request,
                        Response response)
Method Detail

getRequest

public Request getRequest()
Specified by:
getRequest in interface RequestEvent

getResponse

public Response getResponse()
Specified by:
getResponse in interface RequestEvent

getSession

public Session getSession()
Specified by:
getSession in interface RequestEvent


Copyright © 2001 Apache Software Foundation. Documenation generated September 13 2001.