Class WebSphereExtendedJtaPlatform.TransactionManagerAdapter

java.lang.Object
org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
All Implemented Interfaces:
TransactionManager
Enclosing class:
WebSphereExtendedJtaPlatform

public class WebSphereExtendedJtaPlatform.TransactionManagerAdapter extends Object implements TransactionManager
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Create a new transaction and associate it with the current thread.
    void
    Complete the transaction associated with the current thread.
    int
    Obtain the status of the transaction associated with the current thread.
    Get the transaction object that represents the transaction context of the calling thread.
    void
    Resume the transaction context association of the calling thread with the transaction represented by the supplied Transaction object.
    void
    Roll back the transaction associated with the current thread.
    void
    Modify the transaction associated with the current thread such that the only possible outcome of the transaction is to roll back the transaction.
    void
    Modify the timeout value that is associated with transactions started by the current thread with the begin method.
    Suspend the transaction currently associated with the calling thread and return a Transaction object that represents the transaction context being suspended.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait