tigase.jaxmpp.core.client.xmpp.modules.presence
Class PresenceStore
java.lang.Object
tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceStore
public class PresenceStore
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PresenceStore
public PresenceStore()
clear
public void clear()
throws JaxmppException
- Throws:
JaxmppException
clear
public void clear(boolean notify)
throws JaxmppException
- Throws:
JaxmppException
getBestPresence
public Presence getBestPresence(BareJID jid)
throws XMLException
- Throws:
XMLException
getPresence
public Presence getPresence(JID jid)
getPresences
public Map<String,Presence> getPresences(BareJID jid)
isAvailable
public boolean isAvailable(BareJID jid)
throws XMLException
- Throws:
XMLException
setPresence
public void setPresence(Presence.Show show,
String status,
Integer priority)
throws XMLException,
JaxmppException
- Throws:
XMLException
JaxmppException
update
public void update(Presence presence)
throws XMLException
- Throws:
XMLException
Copyright © 2006-2012 Tigase. All Rights Reserved.