|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RWSession
This interface extends the RegisSession interface
in order to provide transaction demarcation. All write operations
on a registry (and its underlying nodes) must be performed in the
context of a transaction, using the transaction-demarcation methods
provided by an instance of this class.
| Method Summary | |
|---|---|
void |
begin()
Begins a new transaction. |
void |
commit()
Commits the current transaction. |
void |
rollback()
Rolls back the current transaction. |
| Methods inherited from interface org.sapia.regis.RegisSession |
|---|
attach, close |
| Method Detail |
|---|
void begin()
void commit()
void rollback()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||