org.sakaiproject.courier.api
Interface DeliveryProvider


public interface DeliveryProvider


Method Summary
 List<Delivery> getDeliveries(String sessionId, String placementId)
          Access the Deliveries queued up for a particular session client window.
 

Method Detail

getDeliveries

List<Delivery> getDeliveries(String sessionId,
                             String placementId)
Access the Deliveries queued up for a particular session client window.

Parameters:
address - The address of client window.
Returns:
a List of Delivery objects addressed to this session client window.


Copyright © 2003-2012 The Sakai Foundation. All Rights Reserved.