org.apache.commons.latka.event
Interface RequestEvent

All Superinterfaces:
LatkaEvent
All Known Implementing Classes:
BaseRequestEvent, RequestErrorEvent, RequestFailedEvent, RequestSkippedEvent, RequestSucceededEvent

public interface RequestEvent
extends LatkaEvent

The basic set of methods available on all Latka events

Version:
$Id: RequestEvent.java 155424 2005-02-26 13:09:29Z dirkv $
Author:
Morgan Delagrange, dIon Gillard

Method Summary
 Request getRequest()
          the request the event is about
 Response getResponse()
          the response associated with the event's request
 Session getSession()
          the session the event took place within
 

Method Detail

getRequest

Request getRequest()
the request the event is about

Returns:
the request the event relates to

getResponse

Response getResponse()
the response associated with the event's request

Returns:
the response for the event's request

getSession

Session getSession()
the session the event took place within

Returns:
the session the event took within


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.