Uses of Interface
org.hardtokenmgmt.ws.server.statistics.IStatisticsReporter

Packages that use IStatisticsReporter
org.hardtokenmgmt.ws.server.statistics   
 

Uses of IStatisticsReporter in org.hardtokenmgmt.ws.server.statistics
 

Classes in org.hardtokenmgmt.ws.server.statistics that implement IStatisticsReporter
 class Log4jStatisticsReporter
          Statistics Reporter that uses the log4j library to report the events.
 class NoStatistics
          Class used when no statistics should be collected.
 

Methods in org.hardtokenmgmt.ws.server.statistics that return IStatisticsReporter
static IStatisticsReporter StatisticsManager.getStatisticsReporter(java.lang.String orgId)