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 ClassesModifier and TypeClassDescriptionclass
-
Method Summary
Modifier and TypeMethodDescriptionvoid
begin()
void
commit()
int
void
resume
(Transaction txn) void
rollback()
void
void
setTransactionTimeout
(int i) suspend()
-
Method Details
-
begin
- Specified by:
begin
in interfaceTransactionManager
- Throws:
NotSupportedException
SystemException
-
commit
- Specified by:
commit
in interfaceTransactionManager
- Throws:
UnsupportedOperationException
-
getStatus
- Specified by:
getStatus
in interfaceTransactionManager
- Throws:
SystemException
-
getTransaction
- Specified by:
getTransaction
in interfaceTransactionManager
- Throws:
SystemException
-
resume
- Specified by:
resume
in interfaceTransactionManager
- Throws:
UnsupportedOperationException
-
rollback
- Specified by:
rollback
in interfaceTransactionManager
- Throws:
UnsupportedOperationException
-
setRollbackOnly
- Specified by:
setRollbackOnly
in interfaceTransactionManager
- Throws:
UnsupportedOperationException
-
setTransactionTimeout
- Specified by:
setTransactionTimeout
in interfaceTransactionManager
- Throws:
UnsupportedOperationException
-
suspend
- Specified by:
suspend
in interfaceTransactionManager
- Throws:
UnsupportedOperationException
-