javax.transaction
Interface UserTransaction
- public interface UserTransaction
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 10:00:12 $
begin
public void begin()
throws NotSupportedException,
SystemException
- Throws:
NotSupportedException
SystemException
commit
public 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
public int getStatus()
throws SystemException
- Throws:
SystemException
rollback
public void rollback()
throws java.lang.IllegalStateException,
java.lang.SecurityException,
SystemException
- Throws:
java.lang.IllegalStateException
java.lang.SecurityException
SystemException
setRollbackOnly
public void setRollbackOnly()
throws java.lang.IllegalStateException,
SystemException
- Throws:
java.lang.IllegalStateException
SystemException
setTransactionTimeout
public void setTransactionTimeout(int seconds)
throws SystemException
- Throws:
SystemException
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.