|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
public class WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void registerSynchronization(Synchronization synchronization) throws RollbackException, IllegalStateException, SystemException
registerSynchronization
in interface Transaction
RollbackException
IllegalStateException
SystemException
public int hashCode()
hashCode
in class Object
public boolean equals(Object other)
equals
in class Object
public void commit() throws UnsupportedOperationException
commit
in interface Transaction
UnsupportedOperationException
public boolean delistResource(XAResource resource, int i) throws UnsupportedOperationException
delistResource
in interface Transaction
UnsupportedOperationException
public boolean enlistResource(XAResource resource) throws UnsupportedOperationException
enlistResource
in interface Transaction
UnsupportedOperationException
public int getStatus()
getStatus
in interface Transaction
public void rollback() throws UnsupportedOperationException
rollback
in interface Transaction
UnsupportedOperationException
public void setRollbackOnly() throws UnsupportedOperationException
setRollbackOnly
in interface Transaction
UnsupportedOperationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |