org.hibernate.transaction

Class WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter

Enclosing Class:
WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
Implemented Interfaces:
Transaction

public class WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
extends java.lang.Object
implements Transaction

Method Summary

void
commit()
boolean
delistResource(XAResource resource, int i)
boolean
enlistResource(XAResource resource)
boolean
equals(Object other)
int
getStatus()
int
hashCode()
void
registerSynchronization(Synchronization synchronization)
void
rollback()
void
setRollbackOnly()

Method Details

commit

public void commit()
            throws UnsupportedOperationException

delistResource

public boolean delistResource(XAResource resource,
                              int i)
            throws UnsupportedOperationException

enlistResource

public boolean enlistResource(XAResource resource)
            throws UnsupportedOperationException

equals

public boolean equals(Object other)

getStatus

public int getStatus()

hashCode

public int hashCode()

registerSynchronization

public void registerSynchronization(Synchronization synchronization)
            throws RollbackException,
                   IllegalStateException,
                   SystemException

rollback

public void rollback()
            throws UnsupportedOperationException

setRollbackOnly

public void setRollbackOnly()
            throws UnsupportedOperationException