| java.lang.Object com.caucho.jca.UserTransactionProxy
UserTransactionProxy | public class UserTransactionProxy implements UserTransaction,TransactionManager,java.io.Serializable(Code) | | Implementation of the UserTransactionImpl for a thread instance.
|
begin | public void begin() throws NotSupportedException, SystemException(Code) | | Start the transaction.
|
getStatus | public int getStatus() throws SystemException(Code) | | Gets the transaction's status
|
getTransaction | public Transaction getTransaction() throws SystemException(Code) | | Returns the current transaction.
|
setRollbackOnly | public void setRollbackOnly() throws IllegalStateException, SystemException(Code) | | Marks the transaction as rollback only.
|
setTransactionTimeout | public void setTransactionTimeout(int seconds) throws SystemException(Code) | | Sets the transaction's timeout.
|
suspend | public Transaction suspend() throws SystemException(Code) | | Suspends the transaction.
|
|
|