Package com.soffid.iam.sync.intf
Interface AccessLogMgr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<? extends LogEntry>
getLogFromDate(Date since)
Fetches logs until current date
-
-
-
Method Detail
-
getLogFromDate
Collection<? extends LogEntry> getLogFromDate(Date since) throws RemoteException, InternalErrorException
Fetches logs until current date- Parameters:
since
- Starting date to gather logs- Returns:
- List of log entries to load
- Throws:
InternalErrorException
- Se ha producido algun error dependiente del agente. El sistema reintentará recuperar los logs en otra ocasiónRemoteException
- Error de comunicaciones
-
-