Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.base.Presence

Packages that use Presence
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.base.database DB implementation of base interfaces and APIs. 
com.jivesoftware.forum.action Jive Forums WebWork actions. 
 

Uses of Presence in com.jivesoftware.base
 

Classes in com.jivesoftware.base that implement Presence
 class PresenceProxy
          Protection proxy for the Presence class.
 

Methods in com.jivesoftware.base that return Presence
 Presence PresenceManager.createPresence(User user, java.lang.String uid, java.lang.String IPAddress)
          Create a presence for a user.
 Presence PresenceManagerProxy.createPresence(User user, java.lang.String uid, java.lang.String IPAddress)
           
 Presence PresenceManager.getPresence(User user)
          Returns the presence for the user, or null if the user isn't online.
 Presence PresenceManagerProxy.getPresence(User user)
           
 

Methods in com.jivesoftware.base with parameters of type Presence
 void PresenceManager.setOffline(Presence presence)
          Sets a presence to be offline which causes the presence to be removed from the system.
 void PresenceManagerProxy.setOffline(Presence presence)
           
 

Constructors in com.jivesoftware.base with parameters of type Presence
PresenceProxy(Presence presence, AuthToken authToken, Permissions permissions)
           
 

Uses of Presence in com.jivesoftware.base.database
 

Classes in com.jivesoftware.base.database that implement Presence
 class DbPresence
          Database implementation of the Presence interface.
 

Methods in com.jivesoftware.base.database that return Presence
 Presence DbPresenceManager.createPresence(User user, java.lang.String uid, java.lang.String IPAddress)
           
 Presence DbPresenceManager.getPresence(java.lang.String presenceID)
           
 Presence DbPresenceManager.getPresence(User user)
           
 

Methods in com.jivesoftware.base.database with parameters of type Presence
 void DbPresenceManager.setOffline(Presence presence)
           
 void DbPresenceManager.setOnline(Presence presence)
           
 

Uses of Presence in com.jivesoftware.forum.action
 

Methods in com.jivesoftware.forum.action with parameters of type Presence
static long OnlineAction.computeIdleTime(Presence presence)
          Returns the idle time of a user in milliseconds.
static long OnlineAction.computeOnlineTime(Presence presence)
          Returns the online time of a user in milliseconds.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.