Methods Summary |
---|
public int | getTransactionRemainingTimeout()Return duration before current transaction would timeout.
|
public javax.resource.spi.XATerminator | getXATerminator()Provides a handle to a XATerminator instance.
The XATerminator exports 2PC protocol control to an external root transaction coordinator.
|
public void | recreate(javax.transaction.xa.Xid xid, long timeout)Recreate a transaction based on the Xid. This call causes the calling
thread to be associated with the specified transaction.
This method imports a transactional context controlled by an external transaction manager.
|
public void | release(javax.transaction.xa.Xid xid)Release a transaction. This call causes the calling thread to be
dissociated from the specified transaction.
This call releases transactional context imported by recreate method.
|