Package com.soffid.iam.service
Class StatsServiceImpl
- java.lang.Object
-
- com.soffid.iam.service.StatsServiceBase
-
- com.soffid.iam.service.StatsServiceImpl
-
- All Implemented Interfaces:
com.soffid.iam.service.StatsService
public class StatsServiceImpl extends StatsServiceBase
-
-
Constructor Summary
Constructors Constructor Description StatsServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDateString()protected com.soffid.iam.api.StatshandleFindStats(String name, Date since, Date until, int step)protected voidhandlePurge()protected voidhandleUpdateStats()Object[][]toArray(HashMap<String,Long> servers)-
Methods inherited from class com.soffid.iam.service.StatsServiceBase
findStats, getAccountEntityDao, getApplicationService, getAuthorizationEntityDao, getAuthorizationService, getJumpServerGroupEntityDao, getPamSessionService, getPrincipal, getStatsEntityDao, purge, setAccountEntityDao, setApplicationService, setAuthorizationEntityDao, setAuthorizationService, setJumpServerGroupEntityDao, setPamSessionService, setStatsEntityDao, updateStats
-
-
-
-
Method Detail
-
handleFindStats
protected com.soffid.iam.api.Stats handleFindStats(String name, Date since, Date until, int step) throws Exception
- Specified by:
handleFindStatsin classStatsServiceBase- Throws:
Exception
-
handlePurge
protected void handlePurge() throws Exception- Specified by:
handlePurgein classStatsServiceBase- Throws:
Exception
-
handleUpdateStats
protected void handleUpdateStats() throws Exception- Specified by:
handleUpdateStatsin classStatsServiceBase- Throws:
Exception
-
getDateString
public String getDateString()
-
-