Class StatTimer


  • @ApplicationScoped
    @Named
    public class StatTimer
    extends java.lang.Object
    Author:
    Yuriy Zabrovarnyy
    • Constructor Summary

      Constructors 
      Constructor Description
      StatTimer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initTimer()  
      void process​(StatEvent event)  
      • Methods inherited from class java.lang.Object

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

      • StatTimer

        public StatTimer()
    • Method Detail

      • initTimer

        @Asynchronous
        public void initTimer()
      • process

        @Asynchronous
        public void process​(@Observes
                            StatEvent event)