com.opencloud.slee.resources.mm7
Interface DeliverRequestEvent

All Superinterfaces:
RequestEvent

public interface DeliverRequestEvent
extends RequestEvent

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


Method Summary
 DeliverActivity getDeliverActivity()
          Convenience method to get the underlying DeliverActivity.
 DeliverRequest getDeliverRequest()
          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

getDeliverActivity

DeliverActivity getDeliverActivity()
Convenience method to get the underlying DeliverActivity. Equivalent to (DeliverActivity)getActivity().

Returns:
the underlying DeliverActivity

getDeliverRequest

DeliverRequest getDeliverRequest()
Convenience method to get the request object for this event. Equivalent to (DeliverRequest)getRequest().

Returns:
the request object