Uses of Class
tigase.server.cluster.strategy.ConnectionRecordExt
-
Packages that use ConnectionRecordExt Package Description tigase.licence.callbacks tigase.server.cluster.strategy tigase.server.cluster.strategy.cmd -
-
Uses of ConnectionRecordExt in tigase.licence.callbacks
Constructor parameters in tigase.licence.callbacks with type arguments of type ConnectionRecordExt Constructor Description LicenceCheckerUpdateCallbackImplACS(java.lang.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 ConnectionRecordExt Modifier and Type Field Description protected java.util.Map<tigase.xmpp.jid.BareJID,java.util.Map<tigase.xmpp.jid.JID,ConnectionRecordExt>>ClusteringMetadata. userConnectionsMethods in tigase.server.cluster.strategy that return ConnectionRecordExt Modifier and Type Method Description ConnectionRecordExtCacheContener. getConnectionRecord(tigase.xmpp.jid.JID jid)Retrieves aConnectionRecordExtfor the particular, specificJIDConnectionRecordExtCacheContenerIfc. getConnectionRecord(tigase.xmpp.jid.JID jid)ConnectionRecordExtCacheContenerV2. getConnectionRecord(tigase.xmpp.jid.JID jid)Retrieves aConnectionRecordExtfor the particular, specificJIDConnectionRecordExtClusteringMetadata. getConnectionRecord(tigase.xmpp.jid.JID jid)ConnectionRecordExtOnlineUsersCachingStrategy. getConnectionRecord(tigase.xmpp.jid.JID jid)ConnectionRecordExtOnlineUsersCachingStrategy. getConnectionRecordInstance()Methods in tigase.server.cluster.strategy that return types with arguments of type ConnectionRecordExt Modifier and Type Method Description java.util.Set<ConnectionRecordExt>CacheContener. getConnectionRecords(tigase.xmpp.jid.BareJID bareJID)Method retrieves allConnectionRecordExtrecords for the particularBareJIDjava.util.Set<ConnectionRecordExt>CacheContenerV2. getConnectionRecords(tigase.xmpp.jid.BareJID bareJID)Method retrieves allConnectionRecordExtrecords for the particularBareJIDjava.util.Set<ConnectionRecordExt>ClusteringMetadata. getConnectionRecords(tigase.xmpp.jid.BareJID bareJID)java.util.Set<ConnectionRecordExt>OnlineUsersCachingStrategy. getConnectionRecords(tigase.xmpp.jid.BareJID bareJID)java.util.List<ConnectionRecordExt>OnlineUsersCachingStrategy. getConnectionRecordsByCreationTime(tigase.xmpp.jid.BareJID bareJID)Methods in tigase.server.cluster.strategy with parameters of type ConnectionRecordExt Modifier and Type Method Description voidOnlineUsersCachingStrategy. 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(java.util.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(java.util.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 ConnectionRecordExt Modifier and Type Method Description protected ConnectionRecordExtCachingCmdAbstract. getConnectionRecord(tigase.xmpp.jid.JID node, java.util.Map<java.lang.String,java.lang.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 ConnectionRecordExt Modifier and Type Method Description protected static voidUserPresenceCmd. updatePresence(OnlineUsersCachingStrategy strategy, ConnectionRecordExt rec, tigase.xmpp.jid.JID fromNode, java.util.Set<tigase.xmpp.jid.JID> visitedNodes, java.util.Map<java.lang.String,java.lang.String> data, java.util.Queue<tigase.xml.Element> packets)
-