|
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 |
begin()
Create a new transaction and associate it with the current thread. |
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. |
void |
setTransactionTimeout(int seconds)
Modify the timeout value that is associated with transactions started by subsequent invocations of the begin method. |
| Methods inherited from interface com.sap.netweaver.bc.rf.mi.transaction.ITransactionManager |
getTransaction |
| Method Detail |
public void begin()
throws RepositoryException
RepositoryException - Exception raised in failure situation
public void commit()
throws RepositoryException
RepositoryException - Exception raised in failure situation
public void rollback()
throws RepositoryException
RepositoryException - Exception raised in failure situation
public void setRollbackOnly()
throws RepositoryException
RepositoryException - Exception raised in failure situation
public Status getStatus()
throws RepositoryException
RepositoryException - Exception raised in failure situation
public IsolationLevel getIsolationLevel()
throws RepositoryException
RepositoryException - Exception raised in failure situation
public void setTransactionTimeout(int seconds)
throws RepositoryException
seconds - timeout in seconds - if null, the transaction manager
restores the default valueRepositoryException - Exception raised in failure situation
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||