|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AlertReader
An interface of alert record reader from the data repository.
| Method Summary | |
|---|---|
Alert[] |
readAlert(int lastIndex)
Reads the stored sida record from the data repository. |
Alert[] |
readAlert(int lastIndex,
int limit)
Reads the limited number of the stored sida records from the data repository. |
int |
readMaxID()
Returns the index of the alert record whose ID is greatest among the data repository. |
| Method Detail |
|---|
Alert[] readAlert(int lastIndex,
int limit)
throws AlertReadException
lastIndex - the last read id of sida record.limit - the limitation number of reading sida record.
AlertReadException - thrown if an exception occur when readding the alert record.
Alert[] readAlert(int lastIndex)
throws AlertReadException
lastIndex - the last record id of sida record
AlertReadException - thrown if an exception occur when readding the alert record.
int readMaxID()
throws AlertReadException
AlertReadException - thrown if an exception occur when readding the sida record.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||