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