|
SalesPoint Framework v3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
DataBasketEntryDestination that knows how to rollback or commit add operations.
DataBasketEntryImpl
Method Summary | |
void |
commitAdd(DataBasket db,
DataBasketEntry dbe)
Called when an add must be commited. |
void |
rollbackAdd(DataBasket db,
DataBasketEntry dbe)
Called when an add must be rolled back. |
Method Detail |
public void commitAdd(DataBasket db, DataBasketEntry dbe)
db
- the DataBasket that issued the commit requestdbe
- the DataBasketEntry describing the operation to commit.public void rollbackAdd(DataBasket db, DataBasketEntry dbe)
db
- the DataBasket that issued the rollback requestdbe
- the DataBasketEntry describing the operation to rollback.
|
SalesPoint Framework v3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |