Uses of Class
tigase.server.cluster.strategy.ConnectionRecordExt
Packages that use ConnectionRecordExt
Package
Description
-
Uses of ConnectionRecordExt in tigase.licence.callbacks
Constructor parameters in tigase.licence.callbacks with type arguments of type ConnectionRecordExtModifierConstructorDescriptionLicenceCheckerUpdateCallbackImplACS(String cmpName, tigase.cluster.strategy.ClusteringStrategyIfc<ConnectionRecordExt> strategy) Constructs Session Manager ACS version ofLicenceCheckerUpdateCallbackwhich provides additional information about number of connected cluster nodes. -
Uses of ConnectionRecordExt in tigase.server.cluster.strategy
Fields in tigase.server.cluster.strategy with type parameters of type ConnectionRecordExtModifier and TypeFieldDescriptionprotected final Map<tigase.xmpp.jid.BareJID,Map<tigase.xmpp.jid.JID, ConnectionRecordExt>> ClusteringMetadata.userConnectionsMethods in tigase.server.cluster.strategy that return ConnectionRecordExtModifier and TypeMethodDescriptionCacheContener.getConnectionRecord(tigase.xmpp.jid.JID jid) Retrieves aConnectionRecordExtfor the particular, specificJIDCacheContenerIfc.getConnectionRecord(tigase.xmpp.jid.JID jid) CacheContenerV2.getConnectionRecord(tigase.xmpp.jid.JID jid) Retrieves aConnectionRecordExtfor the particular, specificJIDClusteringMetadata.getConnectionRecord(tigase.xmpp.jid.JID jid) OnlineUsersCachingStrategy.getConnectionRecord(tigase.xmpp.jid.JID jid) OnlineUsersCachingStrategy.getConnectionRecordInstance()Methods in tigase.server.cluster.strategy that return types with arguments of type ConnectionRecordExtModifier and TypeMethodDescriptionCacheContener.getConnectionRecords(tigase.xmpp.jid.BareJID bareJID) Method retrieves allConnectionRecordExtrecords for the particularBareJIDCacheContenerV2.getConnectionRecords(tigase.xmpp.jid.BareJID bareJID) Method retrieves allConnectionRecordExtrecords for the particularBareJIDClusteringMetadata.getConnectionRecords(tigase.xmpp.jid.BareJID bareJID) OnlineUsersCachingStrategy.getConnectionRecords(tigase.xmpp.jid.BareJID bareJID) OnlineUsersCachingStrategy.getConnectionRecordsByCreationTime(tigase.xmpp.jid.BareJID bareJID) Methods in tigase.server.cluster.strategy with parameters of type ConnectionRecordExtModifier and TypeMethodDescriptionvoidOnlineUsersCachingStrategy.presenceUpdate(tigase.xml.Element presence, ConnectionRecordExt rec) If presence caching is enabled method updates given connection in the cache with the information about presence for the given connection.voidCacheContener.updatePresence(tigase.xml.Element presence, ConnectionRecordExt rec) Method updates given connection in the cache with the information about presence for the given connection.voidCacheContenerV2.updatePresence(tigase.xml.Element presence, ConnectionRecordExt rec) Method updates given connection in the cache with the information about presence for the given connection.voidCacheContener.userDisconnected(ConnectionRecordExt rec) Method responsible for user disconnection events.voidCacheContenerIfc.userDisconnected(ConnectionRecordExt rec) voidCacheContenerV2.userDisconnected(ConnectionRecordExt rec) Method responsible for user disconnection events.voidClusteringMetadata.userDisconnected(Queue<tigase.server.Packet> results, ConnectionRecordExt rec) voidOnlineUsersCachingStrategy.userDisconnected(ConnectionRecordExt rec) Method responsible for user disconnection events.voidCacheContener.usersConnected(ConnectionRecordExt... recs) Method responsible for user connection events.voidCacheContenerIfc.usersConnected(ConnectionRecordExt... recs) voidCacheContenerV2.usersConnected(ConnectionRecordExt... recs) Method responsible for user connection events.voidClusteringMetadata.usersConnected(Queue<tigase.server.Packet> results, ConnectionRecordExt... recs) voidOnlineUsersCachingStrategy.usersConnected(ConnectionRecordExt... recs) Method responsible for user connection events. -
Uses of ConnectionRecordExt in tigase.server.cluster.strategy.cmd
Methods in tigase.server.cluster.strategy.cmd that return ConnectionRecordExtModifier and TypeMethodDescriptionprotected ConnectionRecordExtCachingCmdAbstract.getConnectionRecord(tigase.xmpp.jid.JID node, Map<String, String> data) Method takes the data received from other cluster node and creates a ConnectionRecord with all essential connection information.Methods in tigase.server.cluster.strategy.cmd with parameters of type ConnectionRecordExtModifier and TypeMethodDescriptionprotected static voidUserPresenceCmd.updatePresence(OnlineUsersCachingStrategy strategy, ConnectionRecordExt rec, tigase.xmpp.jid.JID fromNode, Set<tigase.xmpp.jid.JID> visitedNodes, Map<String, String> data, Queue<tigase.xml.Element> packets)