Class WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
java.lang.Object
org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
- All Implemented Interfaces:
Transaction
- Enclosing class:
- WebSphereExtendedJtaPlatform.TransactionManagerAdapter
public class WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
extends Object
implements Transaction
-
Method Summary
Modifier and TypeMethodDescriptionvoid
commit()
boolean
delistResource
(XAResource resource, int i) boolean
enlistResource
(XAResource resource) boolean
int
int
hashCode()
void
registerSynchronization
(Synchronization synchronization) void
rollback()
void
-
Method Details
-
registerSynchronization
public void registerSynchronization(Synchronization synchronization) throws RollbackException, IllegalStateException, SystemException - Specified by:
registerSynchronization
in interfaceTransaction
- Throws:
RollbackException
IllegalStateException
SystemException
-
hashCode
public int hashCode() -
equals
-
commit
- Specified by:
commit
in interfaceTransaction
- Throws:
UnsupportedOperationException
-
delistResource
- Specified by:
delistResource
in interfaceTransaction
- Throws:
UnsupportedOperationException
-
enlistResource
- Specified by:
enlistResource
in interfaceTransaction
- Throws:
UnsupportedOperationException
-
getStatus
public int getStatus()- Specified by:
getStatus
in interfaceTransaction
-
rollback
- Specified by:
rollback
in interfaceTransaction
- Throws:
UnsupportedOperationException
-
setRollbackOnly
- Specified by:
setRollbackOnly
in interfaceTransaction
- Throws:
UnsupportedOperationException
-