|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DDMReadCallback
Used by DDMConnection to pass the output of a read operation to the user in a memory-conscious fashion.
| Method Summary | |
|---|---|
void |
endOfFile(DDMCallbackEvent event)
Called by DDMConnection when a read or position operation moved the cursor to before the first record or after the last record. |
void |
newRecord(DDMCallbackEvent event,
DDMDataBuffer dataBuffer)
Called by DDMConnection when a new record has been read. |
void |
recordNotFound(DDMCallbackEvent event)
Called by DDMConnection when a keyed read returned no matching records. |
| Method Detail |
|---|
void newRecord(DDMCallbackEvent event,
DDMDataBuffer dataBuffer)
throws IOException
IOExceptionvoid recordNotFound(DDMCallbackEvent event)
void endOfFile(DDMCallbackEvent event)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||