| Package | Description |
|---|---|
| com.atomikos.datasource.xa | |
| com.atomikos.recovery.xa |
| Modifier and Type | Method and Description |
|---|---|
protected XID |
XATransactionalResource.createXid(java.lang.String tid)
Create an XID for the given tx.
|
XID |
XidFactory.createXid(java.lang.String tid,
java.lang.String branchIdentifier,
java.lang.String uniqueResourceName)
Creates a new Xid instance for a given composite transaction id and
branch identifier.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<XID> |
RecoveryScan.recoverXids(javax.transaction.xa.XAResource xaResource,
RecoveryScan.XidSelector selector) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RecoveryScan.XidSelector.selects(XID xid) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XID> |
PreviousXidRepository.findXidsExpiredAt(long startOfRecoveryScan) |
java.util.List<XID> |
InMemoryPreviousXidRepository.findXidsExpiredAt(long startOfRecoveryScan) |
| Modifier and Type | Method and Description |
|---|---|
void |
PreviousXidRepository.remember(XID xidToStoreForNextScan,
long expiration)
Remembers the given XID for later.
|
void |
InMemoryPreviousXidRepository.remember(XID xidToStoreForNextScan,
long expiration) |
Copyright © 2020. All Rights Reserved.