|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Transaction
Interface defining operations to deal with a persistence transaction
Method Summary | |
---|---|
void |
commit()
commit a previously started transaction |
void |
rollback()
rollback a previously started transaction |
Method Detail |
---|
void commit() throws PersistenceException, java.util.ConcurrentModificationException
PersistenceException
- if the transaction cannot be committed
java.util.ConcurrentModificationException
void rollback() throws PersistenceException
PersistenceException
- if the transaction cannot be rollbacked
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |