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 ofLicenceCheckerUpdateCallback
which 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.userConnections
Methods in tigase.server.cluster.strategy that return ConnectionRecordExtModifier and TypeMethodDescriptionCacheContener.getConnectionRecord
(tigase.xmpp.jid.JID jid) Retrieves aConnectionRecordExt
for the particular, specificJID
CacheContenerIfc.getConnectionRecord
(tigase.xmpp.jid.JID jid) CacheContenerV2.getConnectionRecord
(tigase.xmpp.jid.JID jid) Retrieves aConnectionRecordExt
for the particular, specificJID
ClusteringMetadata.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 allConnectionRecordExt
records for the particularBareJID
CacheContenerV2.getConnectionRecords
(tigase.xmpp.jid.BareJID bareJID) Method retrieves allConnectionRecordExt
records for the particularBareJID
ClusteringMetadata.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 TypeMethodDescriptionvoid
OnlineUsersCachingStrategy.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.void
CacheContener.updatePresence
(tigase.xml.Element presence, ConnectionRecordExt rec) Method updates given connection in the cache with the information about presence for the given connection.void
CacheContenerV2.updatePresence
(tigase.xml.Element presence, ConnectionRecordExt rec) Method updates given connection in the cache with the information about presence for the given connection.void
CacheContener.userDisconnected
(ConnectionRecordExt rec) Method responsible for user disconnection events.void
CacheContenerIfc.userDisconnected
(ConnectionRecordExt rec) void
CacheContenerV2.userDisconnected
(ConnectionRecordExt rec) Method responsible for user disconnection events.void
ClusteringMetadata.userDisconnected
(Queue<tigase.server.Packet> results, ConnectionRecordExt rec) void
OnlineUsersCachingStrategy.userDisconnected
(ConnectionRecordExt rec) Method responsible for user disconnection events.void
CacheContener.usersConnected
(ConnectionRecordExt... recs) Method responsible for user connection events.void
CacheContenerIfc.usersConnected
(ConnectionRecordExt... recs) void
CacheContenerV2.usersConnected
(ConnectionRecordExt... recs) Method responsible for user connection events.void
ClusteringMetadata.usersConnected
(Queue<tigase.server.Packet> results, ConnectionRecordExt... recs) void
OnlineUsersCachingStrategy.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 ConnectionRecordExt
CachingCmdAbstract.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 void
UserPresenceCmd.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)