|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionEvent
Interface for individual events in a transaction.
Method Summary | |
---|---|
void |
commit()
Commit this event. |
void |
rollback()
Rollback the even already committed. |
Method Detail |
---|
void commit() throws java.io.IOException
java.io.IOException
- if an error occurred committing the changevoid rollback() throws java.io.IOException
java.io.IOException
- if an error occurred reverting the change
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |