|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for managing transactions.
Field Summary | |
static java.lang.String |
TYPE_KEY
name of configuration key for Transaction type to be used. |
Method Summary | |
void |
begin()
Start a new transaction. |
void |
commit()
Commit the transaction represented by this object. |
void |
rollback()
Rollback the transaction represented by this object. |
Field Detail |
public static final java.lang.String TYPE_KEY
Method Detail |
public void begin() throws TransactionException
TransactionException
public void commit() throws TransactionException
TransactionException
public void rollback() throws TransactionException
TransactionException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |