org.hibernate.transaction
Class WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
java.lang.Object
   org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
org.hibernate.transaction.WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter
- All Implemented Interfaces: 
- TransactionManager
- Enclosing class:
- WebSphereExtendedJTATransactionLookup
- public static class WebSphereExtendedJTATransactionLookup.TransactionManagerAdapter 
- extends Object- implements TransactionManager
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
begin
public void begin()
           throws NotSupportedException,
                  SystemException
- 
 
- 
- Specified by:
- beginin interface- TransactionManager
 
- 
- Throws:
- NotSupportedException
- SystemException
 
commit
public void commit()
            throws UnsupportedOperationException
- 
 
- 
- Specified by:
- commitin interface- TransactionManager
 
- 
- Throws:
- UnsupportedOperationException
 
getStatus
public int getStatus()
              throws SystemException
- 
 
- 
- Specified by:
- getStatusin interface- TransactionManager
 
- 
- Throws:
- SystemException
 
getTransaction
public Transaction getTransaction()
                           throws SystemException
- 
 
- 
- Specified by:
- getTransactionin interface- TransactionManager
 
- 
- Throws:
- SystemException
 
resume
public void resume(Transaction txn)
            throws UnsupportedOperationException
- 
 
- 
- Specified by:
- resumein interface- TransactionManager
 
- 
- Throws:
- UnsupportedOperationException
 
rollback
public void rollback()
              throws UnsupportedOperationException
- 
 
- 
- Specified by:
- rollbackin interface- TransactionManager
 
- 
- Throws:
- UnsupportedOperationException
 
setRollbackOnly
public void setRollbackOnly()
                     throws UnsupportedOperationException
- 
 
- 
- Specified by:
- setRollbackOnlyin interface- TransactionManager
 
- 
- Throws:
- UnsupportedOperationException
 
setTransactionTimeout
public void setTransactionTimeout(int i)
                           throws UnsupportedOperationException
- 
 
- 
- Specified by:
- setTransactionTimeoutin interface- TransactionManager
 
- 
- Throws:
- UnsupportedOperationException
 
suspend
public Transaction suspend()
                    throws UnsupportedOperationException
- 
 
- 
- Specified by:
- suspendin interface- TransactionManager
 
- 
- Throws:
- UnsupportedOperationException
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.