Package tigase.pubsub.cluster.modules
Class PresenceCollectorModuleClustered
java.lang.Object
tigase.stats.CounterValue
tigase.stats.Counter
tigase.stats.StatisticHolderImpl
tigase.pubsub.AbstractPubSubModule
tigase.pubsub.modules.PresenceCollectorModule
tigase.pubsub.cluster.modules.PresenceCollectorModuleClustered
- All Implemented Interfaces:
tigase.component.modules.Module,tigase.stats.StatisticHolder
@Bean(name="presenceCollectorModule",
active=true)
public class PresenceCollectorModuleClustered
extends tigase.pubsub.modules.PresenceCollectorModule
- Author:
- andrzej
-
Nested Class Summary
Nested classes/interfaces inherited from class tigase.pubsub.modules.PresenceCollectorModule
tigase.pubsub.modules.PresenceCollectorModule.CapsChangeEvent, tigase.pubsub.modules.PresenceCollectorModule.PresenceChangeEvent -
Field Summary
Fields inherited from class tigase.pubsub.AbstractPubSubModule
config, log, packetWriter, pubSubLogicFields inherited from class tigase.stats.CounterValue
counter, level, nameFields inherited from interface tigase.component.modules.Module
EMPTY_FEATURES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisAvailableLocally(tigase.xmpp.jid.JID jid) voidsetStrategy(StrategyIfc strategy) Methods inherited from class tigase.pubsub.modules.PresenceCollectorModule
addJid, canHandle, getAllAvailableJids, getAllAvailableJidsWithFeature, getAllAvailableResources, getFeatures, getModuleCriteria, isJidAvailable, process, removeJidMethods inherited from class tigase.pubsub.AbstractPubSubModule
getRepository, makeArray, makeArrayMethods inherited from class tigase.stats.StatisticHolderImpl
getStatistics, setStatisticsPrefix, statisticExecutedInMethods inherited from class tigase.stats.Counter
everyHour, everyMinute, everySecond, getPerHour, getPerMinute, getPerSecondMethods inherited from class tigase.stats.CounterValue
getLevel, getName, getValue, inc, setName, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface tigase.stats.StatisticHolder
everyHour, everyMinute, everySecond
-
Constructor Details
-
PresenceCollectorModuleClustered
public PresenceCollectorModuleClustered()
-
-
Method Details
-
setStrategy
-
isAvailableLocally
protected boolean isAvailableLocally(tigase.xmpp.jid.JID jid) - Overrides:
isAvailableLocallyin classtigase.pubsub.modules.PresenceCollectorModule
-