javax.transaction
Interface UserTransaction
public interface UserTransaction
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $
begin
void begin()
throws NotSupportedException,
SystemException
- Throws:
NotSupportedException
SystemException
commit
void commit()
throws HeuristicMixedException,
HeuristicRollbackException,
java.lang.IllegalStateException,
RollbackException,
java.lang.SecurityException,
SystemException
- Throws:
HeuristicMixedException
HeuristicRollbackException
java.lang.IllegalStateException
RollbackException
java.lang.SecurityException
SystemException
getStatus
int getStatus()
throws SystemException
- Throws:
SystemException
rollback
void rollback()
throws java.lang.IllegalStateException,
java.lang.SecurityException,
SystemException
- Throws:
java.lang.IllegalStateException
java.lang.SecurityException
SystemException
setRollbackOnly
void setRollbackOnly()
throws java.lang.IllegalStateException,
SystemException
- Throws:
java.lang.IllegalStateException
SystemException
setTransactionTimeout
void setTransactionTimeout(int seconds)
throws SystemException
- Throws:
SystemException
Copyright © 2008. All Rights Reserved.