| Package | Description |
|---|---|
| com.atomikos.datasource.xa | |
| com.atomikos.recovery.xa |
| Modifier and Type | Method and Description |
|---|---|
protected XID |
XATransactionalResource.createXid(String tid)
Create an XID for the given tx.
|
XID |
XidFactory.createXid(String tid,
String branchIdentifier,
String uniqueResourceName)
Creates a new Xid instance for a given composite transaction id and
branch identifier.
|
| Modifier and Type | Method and Description |
|---|---|
static List<XID> |
RecoveryScan.recoverXids(XAResource xaResource,
RecoveryScan.XidSelector selector) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RecoveryScan.XidSelector.selects(XID xid) |
| Modifier and Type | Method and Description |
|---|---|
List<XID> |
PreviousXidRepository.findXidsExpiredAt(long startOfRecoveryScan) |
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 © 2022. All rights reserved.