Interface PluginStatistics
-
- All Superinterfaces:
Serializable
public interface PluginStatistics extends Serializable
Created by The eXo Platform SAS Author : eXoPlatform thanhvc@exoplatform.com Oct 10, 2013
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCreateDigestCount()longgetCreateMessageInfoCount()longgetCreateNotificationInfoCount()voidincrementCreateDigestCount()voidincrementCreateMessageCount()voidincrementCreateNotificationCount()
-
-
-
Method Detail
-
getCreateMessageInfoCount
long getCreateMessageInfoCount()
-
getCreateNotificationInfoCount
long getCreateNotificationInfoCount()
-
getCreateDigestCount
long getCreateDigestCount()
-
incrementCreateMessageCount
void incrementCreateMessageCount()
-
incrementCreateNotificationCount
void incrementCreateNotificationCount()
-
incrementCreateDigestCount
void incrementCreateDigestCount()
-
-