com.opencloud.slee.resources.mm7
Interface ReadReplyReportRequestEvent

All Superinterfaces:
RequestEvent

public interface ReadReplyReportRequestEvent
extends RequestEvent

Event delivered for an incoming Cancel Request transaction from the peer RS.


Method Summary
 ReadReplyReportActivity getReadReplyReportActivity()
          Convenience method to get the underlying CancelActivity.
 ReadReplyReportRequest getReadReplyReportRequest()
          Convenience method to get the request object for this event.
 
Methods inherited from interface com.opencloud.slee.resources.mm7.RequestEvent
getActivity, getRequest, getRequestURL
 

Method Detail

getReadReplyReportActivity

ReadReplyReportActivity getReadReplyReportActivity()
Convenience method to get the underlying CancelActivity. Equivalent to (ReadReplyReportActivity)getActivity().

Returns:
the underlying ReadReplyReportActivity

getReadReplyReportRequest

ReadReplyReportRequest getReadReplyReportRequest()
Convenience method to get the request object for this event. Equivalent to (ReadReplyReportRequest)getRequest().

Returns:
the request object