Class AbstractConfigCreateNode

java.lang.Object
tigase.stats.CounterValue
tigase.stats.Counter
tigase.stats.StatisticHolderImpl
tigase.pubsub.AbstractPubSubModule
tigase.pubsub.modules.AbstractConfigCreateNode
All Implemented Interfaces:
tigase.component.modules.Module, tigase.stats.StatisticHolder
Direct Known Subclasses:
NodeConfigModule, NodeCreateModule

public abstract class AbstractConfigCreateNode extends AbstractPubSubModule
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected LeafNodeConfig
     

    Fields inherited from class tigase.pubsub.AbstractPubSubModule

    config, log, packetWriter, pubSubLogic

    Fields inherited from class tigase.stats.CounterValue

    counter, level, name

    Fields inherited from interface tigase.component.modules.Module

    EMPTY_FEATURES
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class tigase.pubsub.AbstractPubSubModule

    canHandle, getRepository, makeArray, makeArray

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface tigase.component.modules.Module

    getFeatures, getModuleCriteria, process

    Methods inherited from interface tigase.stats.StatisticHolder

    everyHour, everyMinute, everySecond
  • Field Details

    • defaultNodeConfig

      @Inject(bean="defaultNodeConfig") protected LeafNodeConfig defaultNodeConfig
  • Constructor Details

    • AbstractConfigCreateNode

      public AbstractConfigCreateNode()