|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransactionLog
Created by The eXo Platform SAS.
| Method Summary | |
|---|---|
Set<String> |
getAddedList()
Returns set of added uuid. |
Set<String> |
getRemovedList()
Returns set of removed uuid. |
void |
load()
Load transaction from storage. |
void |
log()
Log transaction to storage. |
void |
removeLog()
Remove logged transaction from storage. |
| Method Detail |
|---|
Set<String> getAddedList()
throws TransactionLogException
TransactionLogException
Set<String> getRemovedList()
throws TransactionLogException
TransactionLogException
void load()
throws TransactionLogException
TransactionLogException - - on load transaction log exception.
void log()
throws TransactionLogException
TransactionLogException - - on log transaction log exception.
void removeLog()
throws TransactionLogException
TransactionLogException - - on remove transaction log exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||