Class WebSphereExtendedJtaPlatform.TransactionManagerAdapter
- java.lang.Object
-
- org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
-
- All Implemented Interfaces:
TransactionManager
- Enclosing class:
- WebSphereExtendedJtaPlatform
public class WebSphereExtendedJtaPlatform.TransactionManagerAdapter extends Object implements TransactionManager
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classWebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbegin()voidcommit()intgetStatus()TransactiongetTransaction()voidresume(Transaction txn)voidrollback()voidsetRollbackOnly()voidsetTransactionTimeout(int i)Transactionsuspend()
-
-
-
Method Detail
-
begin
public void begin() throws NotSupportedException, SystemException- Specified by:
beginin interfaceTransactionManager- Throws:
NotSupportedExceptionSystemException
-
commit
public void commit() throws UnsupportedOperationException- Specified by:
commitin interfaceTransactionManager- Throws:
UnsupportedOperationException
-
getStatus
public int getStatus() throws SystemException- Specified by:
getStatusin interfaceTransactionManager- Throws:
SystemException
-
getTransaction
public Transaction getTransaction() throws SystemException
- Specified by:
getTransactionin interfaceTransactionManager- Throws:
SystemException
-
resume
public void resume(Transaction txn) throws UnsupportedOperationException
- Specified by:
resumein interfaceTransactionManager- Throws:
UnsupportedOperationException
-
rollback
public void rollback() throws UnsupportedOperationException- Specified by:
rollbackin interfaceTransactionManager- Throws:
UnsupportedOperationException
-
setRollbackOnly
public void setRollbackOnly() throws UnsupportedOperationException- Specified by:
setRollbackOnlyin interfaceTransactionManager- Throws:
UnsupportedOperationException
-
setTransactionTimeout
public void setTransactionTimeout(int i) throws UnsupportedOperationException- Specified by:
setTransactionTimeoutin interfaceTransactionManager- Throws:
UnsupportedOperationException
-
suspend
public Transaction suspend() throws UnsupportedOperationException
- Specified by:
suspendin interfaceTransactionManager- Throws:
UnsupportedOperationException
-
-