| java.lang.Object org.ozoneDB.xa.OzoneUserTransaction
OzoneUserTransaction | final public class OzoneUserTransaction implements UserTransaction(Code) | | The UserTransaction interface defines the methods that allow an application
to explicitly manage transaction boundaries.
author: SMB version: $Revision: 1.1 $Date: 2001/12/18 10:31:31 $ |
OzoneUserTransaction | public OzoneUserTransaction()(Code) | | |
begin | public void begin() throws NotSupportedException, SystemException(Code) | | |
getStatus | public int getStatus() throws SystemException(Code) | | |
setRollbackOnly | public void setRollbackOnly() throws SystemException(Code) | | |
setTransactionManager | public void setTransactionManager(TransactionManager _txManager)(Code) | | |
setTransactionTimeout | public void setTransactionTimeout(int seconds) throws SystemException(Code) | | |
|
|