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 class
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
begin()
void
commit()
int
getStatus()
Transaction
getTransaction()
void
resume(Transaction txn)
void
rollback()
void
setRollbackOnly()
void
setTransactionTimeout(int i)
Transaction
suspend()
-
-
-
Method Detail
-
begin
public void begin() throws NotSupportedException, SystemException
- Specified by:
begin
in interfaceTransactionManager
- Throws:
NotSupportedException
SystemException
-
commit
public void commit() throws UnsupportedOperationException
- Specified by:
commit
in interfaceTransactionManager
- Throws:
UnsupportedOperationException
-
getStatus
public int getStatus() throws SystemException
- Specified by:
getStatus
in interfaceTransactionManager
- Throws:
SystemException
-
getTransaction
public Transaction getTransaction() throws SystemException
- Specified by:
getTransaction
in interfaceTransactionManager
- Throws:
SystemException
-
resume
public void resume(Transaction txn) throws UnsupportedOperationException
- Specified by:
resume
in interfaceTransactionManager
- Throws:
UnsupportedOperationException
-
rollback
public void rollback() throws UnsupportedOperationException
- Specified by:
rollback
in interfaceTransactionManager
- Throws:
UnsupportedOperationException
-
setRollbackOnly
public void setRollbackOnly() throws UnsupportedOperationException
- Specified by:
setRollbackOnly
in interfaceTransactionManager
- Throws:
UnsupportedOperationException
-
setTransactionTimeout
public void setTransactionTimeout(int i) throws UnsupportedOperationException
- Specified by:
setTransactionTimeout
in interfaceTransactionManager
- Throws:
UnsupportedOperationException
-
suspend
public Transaction suspend() throws UnsupportedOperationException
- Specified by:
suspend
in interfaceTransactionManager
- Throws:
UnsupportedOperationException
-
-