|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITransactionalPersistentAdapter
This interface should be implemented by the persistent adapter to support space transactions.
| Method Summary | |
|---|---|
void |
begin(PersistentContext context)
This method called when starting a transaction. |
void |
commit(PersistentContext context)
This method called when a transaction committed. |
void |
rollback(PersistentContext context)
This method called when a transaction failed. |
| Method Detail |
|---|
void begin(PersistentContext context)
throws SAException
context - Persistent implementation context
SAException - In case a SA error occurred
void commit(PersistentContext context)
throws SAException
context - Persistent implementation context
SAException - In case a SA error occurred
void rollback(PersistentContext context)
throws SAException
context - Persistent implementation context
SAException - In case a SA error occurred
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||