Package org.dspace.statistics.factory
Class StatisticsServiceFactoryImpl
- java.lang.Object
-
- org.dspace.statistics.factory.StatisticsServiceFactory
-
- org.dspace.statistics.factory.StatisticsServiceFactoryImpl
-
public class StatisticsServiceFactoryImpl extends StatisticsServiceFactory
Factory implementation to get services for the statistics package, use StatisticsServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description StatisticsServiceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SolrLoggerServicegetSolrLoggerService()SpiderDetectorServicegetSpiderDetectorService()-
Methods inherited from class org.dspace.statistics.factory.StatisticsServiceFactory
getInstance
-
-
-
-
Method Detail
-
getSolrLoggerService
public SolrLoggerService getSolrLoggerService()
- Specified by:
getSolrLoggerServicein classStatisticsServiceFactory
-
getSpiderDetectorService
public SpiderDetectorService getSpiderDetectorService()
- Specified by:
getSpiderDetectorServicein classStatisticsServiceFactory
-
-