Package tigase.pubsub.repository
Class PresenceCollectorRepository.ServiceEntry
java.lang.Object
tigase.pubsub.repository.PresenceCollectorRepository.ServiceEntry
- Enclosing class:
- PresenceCollectorRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget
(tigase.xmpp.jid.BareJID jid) tigase.xmpp.jid.BareJID
boolean
remove
(tigase.xmpp.jid.JID jid) protected <T> T
synchronizeOnUserJID
(tigase.xmpp.jid.BareJID jid, Supplier<T> run)
-
Constructor Details
-
ServiceEntry
public ServiceEntry(tigase.xmpp.jid.BareJID serviceJid)
-
-
Method Details
-
getServiceJid
public tigase.xmpp.jid.BareJID getServiceJid() -
add
-
remove
public boolean remove(tigase.xmpp.jid.JID jid) -
get
-
getUserEntries
-
userEntriesStream
-
synchronizeOnUserJID
-