org.sakaiproject.courier.api
Interface PresenceUpdater


public interface PresenceUpdater

The PresenceUpdater interface is a simple mechanism to access the PresenceService without a cross-module dependency. It only exposes the setPresence method, which is the extent of Courier's interaction with Presence.


Method Summary
 void setPresence(String locationId)
          Establish or refresh the presence of the current session in a location.
 

Method Detail

setPresence

void setPresence(String locationId)
Establish or refresh the presence of the current session in a location.

Parameters:
locationId - A presence location id.


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