public interface OnlineJidsReporter
Modifier and Type | Method and Description |
---|---|
boolean |
containsJid(BareJID jid)
The method checks whether the given JID is known to the installation,
either user connected to local machine or any of the cluster nodes.
|
boolean |
containsJidLocally(BareJID jid)
The method checks whether the given JID is known to local cluster node
as connected user.
|
boolean |
containsJidLocally(JID jid)
The method checks whether the given JID is known to local cluster node
as connected user.
|
JID[] |
getConnectionIdsForJid(BareJID jid)
Retrieve all connection IDs (CIDs) for the given user.
|
boolean |
hasCompleteJidsInfo()
Method checks whether the clustering strategy has a complete JIDs info.
|
boolean hasCompleteJidsInfo()
boolean containsJid(BareJID jid)
jid
- a user's JID for whom we query information.boolean containsJidLocally(BareJID jid)
jid
- a user's JID for whom we query informationboolean containsJidLocally(JID jid)
jid
- a user's JID for whom we query informationCopyright © 2017 "Tigase, Inc.". All rights reserved.