public interface TransactionEvent
| Modifier and Type | Method and Description |
|---|---|
void |
commit()
Commit this event.
|
void |
rollback()
Rollback the even already committed.
|
void commit()
throws IOException
IOException - if an error occurred committing the changevoid rollback()
throws IOException
IOException - if an error occurred reverting the changeCopyright © 2006–2021 The Apache Software Foundation. All rights reserved.