- See Also:
- Top Examples, Source Code
public void begin()
throws NotSupportedException,
SystemException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void commit()
throws RollbackException,
HeuristicMixedException,
HeuristicRollbackException,
SecurityException,
IllegalStateException,
SystemException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getStatus()
throws SystemException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Transaction getTransaction()
throws SystemException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void resume(Transaction tobj)
throws InvalidTransactionException,
IllegalStateException,
SystemException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void rollback()
throws IllegalStateException,
SecurityException,
SystemException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setRollbackOnly()
throws IllegalStateException,
SystemException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setTransactionTimeout(int seconds)
throws SystemException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Transaction suspend()
throws SystemException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples