Class NotificationContextFactory
- java.lang.Object
-
- org.exoplatform.commons.notification.NotificationContextFactory
-
public class NotificationContextFactory extends Object
Created by The eXo Platform SAS Author : eXoPlatform thanhvc@exoplatform.com Oct 11, 2013
-
-
Constructor Summary
Constructors Constructor Description NotificationContextFactory(StatisticsService statisticsService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.exoplatform.commons.api.notification.stat.StatisticsgetStatistics()org.exoplatform.commons.api.notification.stat.StatisticsCollectorgetStatisticsCollector()StatisticsServicegetStatisticsService()
-
-
-
Constructor Detail
-
NotificationContextFactory
public NotificationContextFactory(StatisticsService statisticsService)
-
-
Method Detail
-
getStatisticsService
public StatisticsService getStatisticsService()
-
getStatisticsCollector
public org.exoplatform.commons.api.notification.stat.StatisticsCollector getStatisticsCollector()
-
getStatistics
public org.exoplatform.commons.api.notification.stat.Statistics getStatistics()
-
-