com.opencloud.slee.resources.mm7
Interface RequestEvent

All Known Subinterfaces:
CancelRequestEvent, DeliverRequestEvent, DeliveryReportRequestEvent, ExtendedCancelRequestEvent, ExtendedReplaceRequestEvent, ReadReplyReportRequestEvent, ReplaceRequestEvent, SubmitRequestEvent

public interface RequestEvent

Superinterface for all Request Events.


Method Summary
 MM7Activity getActivity()
          Get the activity this event was fired on.
 Request getRequest()
          Get the request that caused this event to be fired.
 java.net.URL getRequestURL()
          Get the full URL this request was addressed to
 

Method Detail

getActivity

MM7Activity getActivity()
Get the activity this event was fired on. Subinterfaces provide a type-specific variant of this method.

Returns:
the generic activity this event corresponds to

getRequest

Request getRequest()
Get the request that caused this event to be fired. Subinterfaces provide a type-specific variant of this method.

Returns:
the generic request this event contains

getRequestURL

java.net.URL getRequestURL()
Get the full URL this request was addressed to

Returns:
the URL