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
-
-
Constructor Summary
Constructors Constructor Description PresenceCollectorModuleClustered()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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, removeJid
-
Methods inherited from class tigase.stats.StatisticHolderImpl
getStatistics, setStatisticsPrefix, statisticExecutedIn
-
Methods inherited from class tigase.stats.Counter
everyHour, everyMinute, everySecond, getPerHour, getPerMinute, getPerSecond
-
Methods inherited from class tigase.stats.CounterValue
getLevel, getName, getValue, inc, setName, toString
-
-
-
-
Method Detail
-
setStrategy
public void setStrategy(StrategyIfc strategy)
-
isAvailableLocally
protected boolean isAvailableLocally(tigase.xmpp.jid.JID jid)
- Overrides:
isAvailableLocallyin classtigase.pubsub.modules.PresenceCollectorModule
-
-