org.hibernate.service.jta.platform.internal
Class WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
java.lang.Object
org.hibernate.service.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
- All Implemented Interfaces:
- Transaction
- Enclosing class:
- WebSphereExtendedJtaPlatform.TransactionManagerAdapter
public class WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
- extends Object
- implements Transaction
registerSynchronization
public void registerSynchronization(Synchronization synchronization)
throws RollbackException,
IllegalStateException,
SystemException
- Specified by:
registerSynchronization
in interface Transaction
- Throws:
RollbackException
IllegalStateException
SystemException
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object other)
- Overrides:
equals
in class Object
commit
public void commit()
throws UnsupportedOperationException
- Specified by:
commit
in interface Transaction
- Throws:
UnsupportedOperationException
delistResource
public boolean delistResource(XAResource resource,
int i)
throws UnsupportedOperationException
- Specified by:
delistResource
in interface Transaction
- Throws:
UnsupportedOperationException
enlistResource
public boolean enlistResource(XAResource resource)
throws UnsupportedOperationException
- Specified by:
enlistResource
in interface Transaction
- Throws:
UnsupportedOperationException
getStatus
public int getStatus()
- Specified by:
getStatus
in interface Transaction
rollback
public void rollback()
throws UnsupportedOperationException
- Specified by:
rollback
in interface Transaction
- Throws:
UnsupportedOperationException
setRollbackOnly
public void setRollbackOnly()
throws UnsupportedOperationException
- Specified by:
setRollbackOnly
in interface Transaction
- Throws:
UnsupportedOperationException
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.