|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
public static class WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
Nested Class Summary | |
---|---|
class |
WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
|
Method Summary | |
---|---|
void |
begin()
|
void |
commit()
|
int |
getStatus()
|
Transaction |
getTransaction()
|
void |
resume(Transaction txn)
|
void |
rollback()
|
void |
setRollbackOnly()
|
void |
setTransactionTimeout(int i)
|
Transaction |
suspend()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void begin() throws NotSupportedException, SystemException
begin
in interface TransactionManager
NotSupportedException
SystemException
public void commit() throws UnsupportedOperationException
commit
in interface TransactionManager
UnsupportedOperationException
public int getStatus() throws SystemException
getStatus
in interface TransactionManager
SystemException
public Transaction getTransaction() throws SystemException
getTransaction
in interface TransactionManager
SystemException
public void resume(Transaction txn) throws UnsupportedOperationException
resume
in interface TransactionManager
UnsupportedOperationException
public void rollback() throws UnsupportedOperationException
rollback
in interface TransactionManager
UnsupportedOperationException
public void setRollbackOnly() throws UnsupportedOperationException
setRollbackOnly
in interface TransactionManager
UnsupportedOperationException
public void setTransactionTimeout(int i) throws UnsupportedOperationException
setTransactionTimeout
in interface TransactionManager
UnsupportedOperationException
public Transaction suspend() throws UnsupportedOperationException
suspend
in interface TransactionManager
UnsupportedOperationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |