|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AlarmLog | |
|---|---|
| org.objectweb.jasmine.rules.logs.beans | |
| Uses of AlarmLog in org.objectweb.jasmine.rules.logs.beans |
|---|
| Methods in org.objectweb.jasmine.rules.logs.beans that return AlarmLog | |
|---|---|
AlarmLog |
LogInterfaceRemote.getLog(int id)
Retrieves the alarm with the specified id. |
AlarmLog |
LogInterfaceLocal.getLog(int id)
Retrieves the alarm with the specified id. |
| Methods in org.objectweb.jasmine.rules.logs.beans that return types with arguments of type AlarmLog | |
|---|---|
List<AlarmLog> |
LogInterfaceRemote.getAllLogs()
Retrieves all the alarms contained in the DB. |
List<AlarmLog> |
LogInterfaceLocal.getLastLogs(int nb)
Retrieves the last alarms. The maximum number of alarms to retrieve must be specified. |
List<AlarmLog> |
LogInterfaceLocal.getLogRange(int lowid,
int highid)
Retrieves the alarms with an id contained in the specified range of id inclusive. |
List<AlarmLog> |
LogInterfaceRemote.getLogRange(String[] levels,
Date startDate,
Date endDate)
Retrieves the alarms matching the specified criteria. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||