|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LogInterfaceLocal
This interface defines method that can be used locally to retrieve alarms.
| Method Summary | |
|---|---|
java.util.List<AlarmLog> |
getLastLogs(int nb)
Retrieves the last alarms. |
AlarmLog |
getLog(int id)
Retrieves the alarm with the specified id. |
java.util.List<AlarmLog> |
getLogRange(int lowid,
int highid)
Retrieves the alarms with an id contained in the specified range of id inclusive. |
| Method Detail |
|---|
AlarmLog getLog(int id)
id - id of the alarm to be retrieved.
java.util.List<AlarmLog> getLastLogs(int nb)
nb - the maximum number of alarm to retrieve.
java.util.List<AlarmLog> getLogRange(int lowid,
int highid)
lowid - the low threshold.highid - the high threshold.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||