Package com.soffid.iam.service
Interface StatsService
-
public interface StatsService
Service StatsService
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stats
findStats(String name, Date since, Date until, int step)
Operation findStatsvoid
purge()
Operation purgevoid
updateStats()
Operation updateStats
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
findStats
Stats findStats(String name, Date since, Date until, int step) throws InternalErrorException
Operation findStats- Parameters:
name
-since
-until
-step
-- Returns:
- Throws:
InternalErrorException
-
purge
void purge() throws InternalErrorException
Operation purge- Throws:
InternalErrorException
-
updateStats
void updateStats() throws InternalErrorException
Operation updateStats- Throws:
InternalErrorException
-
-