org.hibernate.transaction
Class WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
java.lang.Object
org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
- All Implemented Interfaces:
- javax.transaction.Transaction
- Enclosing class:
- WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
public class WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
- extends java.lang.Object
- implements javax.transaction.Transaction
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
registerSynchronization
public void registerSynchronization(javax.transaction.Synchronization synchronization)
throws javax.transaction.RollbackException,
java.lang.IllegalStateException,
javax.transaction.SystemException
-
- Specified by:
registerSynchronization in interface javax.transaction.Transaction
- Throws:
javax.transaction.RollbackException
java.lang.IllegalStateException
javax.transaction.SystemException
hashCode
public int hashCode()
-
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object other)
-
- Overrides:
equals in class java.lang.Object
commit
public void commit()
throws java.lang.UnsupportedOperationException
-
- Specified by:
commit in interface javax.transaction.Transaction
- Throws:
java.lang.UnsupportedOperationException
delistResource
public boolean delistResource(javax.transaction.xa.XAResource resource,
int i)
throws java.lang.UnsupportedOperationException
-
- Specified by:
delistResource in interface javax.transaction.Transaction
- Throws:
java.lang.UnsupportedOperationException
enlistResource
public boolean enlistResource(javax.transaction.xa.XAResource resource)
throws java.lang.UnsupportedOperationException
-
- Specified by:
enlistResource in interface javax.transaction.Transaction
- Throws:
java.lang.UnsupportedOperationException
getStatus
public int getStatus()
-
- Specified by:
getStatus in interface javax.transaction.Transaction
rollback
public void rollback()
throws java.lang.UnsupportedOperationException
-
- Specified by:
rollback in interface javax.transaction.Transaction
- Throws:
java.lang.UnsupportedOperationException
setRollbackOnly
public void setRollbackOnly()
throws java.lang.UnsupportedOperationException
-
- Specified by:
setRollbackOnly in interface javax.transaction.Transaction
- Throws:
java.lang.UnsupportedOperationException
Copyright © 2008 Hibernate.org. All Rights Reserved.