|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for objects that get called on transaction record queue changes.
Method Summary | |
void |
clearRecordsEvent()
Function called when all existing records are cleared from the queue. |
void |
transactionRecordAddEvent(ServletTransactionRecord newRecord,
ServletTransactionRecord deletedRecord)
Function called on addition of a transaction record to the queue. |
Method Detail |
public void transactionRecordAddEvent(ServletTransactionRecord newRecord, ServletTransactionRecord deletedRecord)
newRecord
- transaction record that was added to the queue.deletedRecord
- transaction record that was deleted from the queue.public void clearRecordsEvent()
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |