org.hibernate.transaction
Class WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter

java.lang.Object
  extended by org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
All Implemented Interfaces:
javax.transaction.TransactionManager
Enclosing class:
WebSphereExtendedJTATransactionLookup

public static class WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
extends java.lang.Object
implements javax.transaction.TransactionManager


Nested Class Summary
 class WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter.TransactionAdapter
           
 
Method Summary
 void begin()
          
 void commit()
          
 int getStatus()
          
 javax.transaction.Transaction getTransaction()
          
 void resume(javax.transaction.Transaction txn)
          
 void rollback()
          
 void setRollbackOnly()
          
 void setTransactionTimeout(int i)
          
 javax.transaction.Transaction suspend()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

begin

public void begin()
           throws javax.transaction.NotSupportedException,
                  javax.transaction.SystemException

Specified by:
begin in interface javax.transaction.TransactionManager
Throws:
javax.transaction.NotSupportedException
javax.transaction.SystemException

commit

public void commit()
            throws java.lang.UnsupportedOperationException

Specified by:
commit in interface javax.transaction.TransactionManager
Throws:
java.lang.UnsupportedOperationException

getStatus

public int getStatus()
              throws javax.transaction.SystemException

Specified by:
getStatus in interface javax.transaction.TransactionManager
Throws:
javax.transaction.SystemException

getTransaction

public javax.transaction.Transaction getTransaction()
                                             throws javax.transaction.SystemException

Specified by:
getTransaction in interface javax.transaction.TransactionManager
Throws:
javax.transaction.SystemException

resume

public void resume(javax.transaction.Transaction txn)
            throws java.lang.UnsupportedOperationException

Specified by:
resume in interface javax.transaction.TransactionManager
Throws:
java.lang.UnsupportedOperationException

rollback

public void rollback()
              throws java.lang.UnsupportedOperationException

Specified by:
rollback in interface javax.transaction.TransactionManager
Throws:
java.lang.UnsupportedOperationException

setRollbackOnly

public void setRollbackOnly()
                     throws java.lang.UnsupportedOperationException

Specified by:
setRollbackOnly in interface javax.transaction.TransactionManager
Throws:
java.lang.UnsupportedOperationException

setTransactionTimeout

public void setTransactionTimeout(int i)
                           throws java.lang.UnsupportedOperationException

Specified by:
setTransactionTimeout in interface javax.transaction.TransactionManager
Throws:
java.lang.UnsupportedOperationException

suspend

public javax.transaction.Transaction suspend()
                                      throws java.lang.UnsupportedOperationException

Specified by:
suspend in interface javax.transaction.TransactionManager
Throws:
java.lang.UnsupportedOperationException


Copyright © 2008 Hibernate.org. All Rights Reserved.