|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the operation allowed when activating transactions.
Field Summary | |
static java.lang.String |
TX_ACTIVATION_FEATURE
Identifier for the ADL |
Fields inherited from interface org.objectweb.transaction.api.Feature |
FEATURE |
Method Summary | |
void |
begin()
Starts a new transaction process |
void |
commit()
Stops the current transaction process and applies the changes |
void |
rollback()
Stops the current transaction process and forgets the changes |
Field Detail |
public static final java.lang.String TX_ACTIVATION_FEATURE
Method Detail |
public void begin()
public void commit()
public void rollback()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |