
public class TxRegistry extends Object implements Serializable
| Constructor and Description |
|---|
TxRegistry()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
assignTransaction(TransactionImpl v)
Assign a transaction
|
void |
commitTransaction()
Commit a transaction
|
TransactionImpl |
getTransaction()
Get the transaction for the current thread
|
void |
rollbackTransaction()
Rollback a transaction
|
void |
startTransaction()
Start a transaction
|
public TransactionImpl getTransaction()
public void startTransaction()
public void commitTransaction()
throws SystemException
SystemException - Thrown if an error occurspublic void rollbackTransaction()
throws SystemException
SystemException - Thrown if an error occurspublic void assignTransaction(TransactionImpl v)
v - The valueCopyright © 2013 IronJacamar (http://www.ironjacamar.org)