|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.androidpn.server.xmpp.presence.PresenceManager
public class PresenceManager
This class is to manage the presences of users.
Constructor Summary | |
---|---|
PresenceManager()
Constructor. |
Method Summary | |
---|---|
org.xmpp.packet.Presence |
getPresence(User user)
Returns the current presence of the user. |
boolean |
isAvailable(User user)
Returns the availability of the user. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PresenceManager()
Method Detail |
---|
public boolean isAvailable(User user)
user
- the user
public org.xmpp.packet.Presence getPresence(User user)
user
- the user
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |