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 String
getDateString()
protected com.soffid.iam.api.Stats
handleFindStats(String name, Date since, Date until, int step)
protected void
handlePurge()
protected void
handleUpdateStats()
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:
handleFindStats
in classStatsServiceBase
- Throws:
Exception
-
handlePurge
protected void handlePurge() throws Exception
- Specified by:
handlePurge
in classStatsServiceBase
- Throws:
Exception
-
handleUpdateStats
protected void handleUpdateStats() throws Exception
- Specified by:
handleUpdateStats
in classStatsServiceBase
- Throws:
Exception
-
getDateString
public String getDateString()
-
-