|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PacketReader
An interface of packet record reader from the data repository.
| Method Summary | |
|---|---|
Packet |
read()
Reads a stored packet from the data repository. |
Packet[] |
read(int limit)
Reads the limited number of the stored packet records from the data repository, if 0 limit is specified, reads all records. |
| Method Detail |
|---|
Packet read()
throws PacketReadException
PacketReadException - if an error occurs.
Packet[] read(int limit)
throws PacketReadException
limit - limit number
PacketReadException - If an error occurs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||