| java.lang.Object com.rift.coad.util.transaction.UserTransactionWrapper
UserTransactionWrapper | public class UserTransactionWrapper (Code) | | This object is responsible for wrapping the user transaction.
author: Brett Chaldecott |
Inner Class :public class TransactionInfo | |
Field Summary | |
protected static Logger | log |
Method Summary | |
public void | begin() This method begins a transaction for a thread, if one is not already
running. | public void | commit() | public void | release() |
log | protected static Logger log(Code) | | |
UserTransactionWrapper | public UserTransactionWrapper() throws TransactionException(Code) | | Creates a new instance of UserTransactionWrapper
|
release | public void release()(Code) | | This method is called to release a lock on a transaction and will result
in rollback if the transaction is not commited
exception: TransactionException - ; |
|
|