Package tigase.pubsub.modules
Class NodeConfigModule
java.lang.Object
tigase.stats.CounterValue
tigase.stats.Counter
tigase.stats.StatisticHolderImpl
tigase.pubsub.AbstractPubSubModule
tigase.pubsub.modules.AbstractConfigCreateNode
tigase.pubsub.modules.NodeConfigModule
- All Implemented Interfaces:
tigase.component.modules.Module,tigase.stats.StatisticHolder
@Bean(name="nodeConfigModule",
parent=PubSubComponent.class,
active=true)
public class NodeConfigModule
extends AbstractConfigCreateNode
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class tigase.pubsub.modules.AbstractConfigCreateNode
defaultNodeConfigFields 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 static String[]String[]tigase.criteria.Criteriaprotected booleanstatic voidparseConf(AbstractNodeConfig conf, tigase.xml.Element configure, IPubSubConfig config) voidprocess(tigase.server.Packet packet) Methods inherited from class tigase.pubsub.AbstractPubSubModule
canHandle, 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
-
NodeConfigModule
public NodeConfigModule()
-
-
Method Details
-
diff
-
parseConf
public static void parseConf(AbstractNodeConfig conf, tigase.xml.Element configure, IPubSubConfig config) throws PubSubException - Throws:
PubSubException
-
getFeatures
-
getModuleCriteria
public tigase.criteria.Criteria getModuleCriteria() -
process
- Throws:
PubSubException
-
isIn
-