org.sakaiproject.courier.cover
Class PresenceUpdater

java.lang.Object
  extended by org.sakaiproject.courier.cover.PresenceUpdater

public class PresenceUpdater
extends Object

PresenceUpdater is a static Cover for the PresenceUpdater; see that interface for usage details.


Field Summary
static String PRESENCE_SERVICE
          Service Bean ID for PresenceService, which implements PresenceUpdater to break cross-dependency.
 
Constructor Summary
PresenceUpdater()
           
 
Method Summary
static PresenceUpdater getInstance()
          Access the component instance: special cover only method.
static void setPresence(String locationId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRESENCE_SERVICE

public static final String PRESENCE_SERVICE
Service Bean ID for PresenceService, which implements PresenceUpdater to break cross-dependency.

See Also:
Constant Field Values
Constructor Detail

PresenceUpdater

public PresenceUpdater()
Method Detail

getInstance

public static PresenceUpdater getInstance()
Access the component instance: special cover only method.

Returns:
the component instance.

setPresence

public static void setPresence(String locationId)


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