|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Transaction
Defines the behaviour of a transaction.
| Method Summary | |
|---|---|
void |
begin()
Begins the transaction. |
void |
commit()
Commits the transaction. |
void |
end()
|
boolean |
isActive()
Is the transaction still active, in other words, is it still not commited and not rolledback ? |
void |
rollback()
Rollbacks the transaction. |
| Method Detail |
|---|
void begin()
throws Exception
Exception
void commit()
throws Exception
Exception
void rollback()
throws Exception
Exceptionboolean isActive()
void end()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||