Package tigase.stats

Class CounterDataLogger

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String defaultHostname  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void beanConfigurationChanged​(java.util.Collection<java.lang.String> changedFields)
      Method called when configuration was applied to bean.
      void execute​(StatisticsProvider sp)  
      long getFrequency()  
      void initialize()
      Method will be called, when bean will be created, configured and ready to use.
      void register​(Kernel kernel)
      Method called when bean is being registered allowing developer to programatically register other beans.
      void release()  
      void unregister​(Kernel kernel)
      Method called while bean is being unregistered.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • defaultHostname

        protected static java.lang.String defaultHostname
    • Constructor Detail

      • CounterDataLogger

        public CounterDataLogger()