Class ThreadLocalPluginStatisticsImpl

java.lang.Object
org.exoplatform.commons.notification.stat.ThreadLocalPluginStatisticsImpl
All Implemented Interfaces:
Serializable, org.exoplatform.commons.api.notification.stat.PluginStatistics

public class ThreadLocalPluginStatisticsImpl extends Object implements org.exoplatform.commons.api.notification.stat.PluginStatistics
Created by The eXo Platform SAS Author : eXoPlatform thanhvc@exoplatform.com Oct 10, 2013
See Also:
  • Constructor Details

    • ThreadLocalPluginStatisticsImpl

      public ThreadLocalPluginStatisticsImpl()
  • Method Details

    • getCreateMessageInfoCount

      public long getCreateMessageInfoCount()
      Specified by:
      getCreateMessageInfoCount in interface org.exoplatform.commons.api.notification.stat.PluginStatistics
    • getCreateNotificationInfoCount

      public long getCreateNotificationInfoCount()
      Specified by:
      getCreateNotificationInfoCount in interface org.exoplatform.commons.api.notification.stat.PluginStatistics
    • getCreateDigestCount

      public long getCreateDigestCount()
      Specified by:
      getCreateDigestCount in interface org.exoplatform.commons.api.notification.stat.PluginStatistics
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • incrementCreateMessageCount

      public void incrementCreateMessageCount()
      Specified by:
      incrementCreateMessageCount in interface org.exoplatform.commons.api.notification.stat.PluginStatistics
    • incrementCreateNotificationCount

      public void incrementCreateNotificationCount()
      Specified by:
      incrementCreateNotificationCount in interface org.exoplatform.commons.api.notification.stat.PluginStatistics
    • incrementCreateDigestCount

      public void incrementCreateDigestCount()
      Specified by:
      incrementCreateDigestCount in interface org.exoplatform.commons.api.notification.stat.PluginStatistics