org.hibernate.transaction
Class WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
java.lang.Object
org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
- WebSphereExtendedJTATransactionLookup
- TransactionManager
public static class WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
extends java.lang.Object
implements TransactionManager
begin
public void begin()
throws NotSupportedException,
SystemException
commit
public void commit()
throws UnsupportedOperationException
getStatus
public int getStatus()
throws SystemException
getTransaction
public Transaction getTransaction()
throws SystemException
resume
public void resume(Transaction txn)
throws UnsupportedOperationException
rollback
public void rollback()
throws UnsupportedOperationException
setRollbackOnly
public void setRollbackOnly()
throws UnsupportedOperationException
setTransactionTimeout
public void setTransactionTimeout(int i)
throws UnsupportedOperationException
suspend
public Transaction suspend()
throws UnsupportedOperationException