|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Read-And-Write interface describing a repository sub manager for transactions.
| Method Summary | |
void |
commit()
Complete the transaction associated with the current thread. |
IsolationLevel |
getIsolationLevel()
Get isolation level of the transaction associated with the current thread. |
Status |
getStatus()
Get status of the transaction associated with the current thread. |
void |
rollback()
Roll back the transaction associated with the current thread. |
void |
setRollbackOnly()
Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction. |
| Method Detail |
public void commit()
throws RepositoryException
RepositoryException - Exception raised in failure situation
public void rollback()
throws RepositoryException
RepositoryException - Exception raised in failure situationpublic void setRollbackOnly()
public Status getStatus()
throws RepositoryException
RepositoryException - Exception raised in failure situation
public IsolationLevel getIsolationLevel()
throws RepositoryException
RepositoryException - Exception raised in failure situation
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||