|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionEvent | |
---|---|
de.mathema.pride | This package provides the implementation of the PriDE persistence layer for JAVA. |
Uses of TransactionEvent in de.mathema.pride |
---|
Methods in de.mathema.pride with parameters of type TransactionEvent | |
---|---|
void |
TransactionListener.commit(TransactionEvent e)
Function to be called on successful completion of a transaction. |
void |
PreparedOperation.commit(TransactionEvent e)
|
void |
TransactionListener.rollback(TransactionEvent e)
Function to be called on transaction abortion The listeners' rollback functions are called before the actual rollback is performed. |
void |
PreparedOperation.rollback(TransactionEvent e)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |