|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XID | |
|---|---|
| com.atomikos.datasource.xa | |
| com.atomikos.recovery.xa | |
| Uses of XID in com.atomikos.datasource.xa |
|---|
| Methods in com.atomikos.datasource.xa that return XID | |
|---|---|
protected XID |
XATransactionalResource.createXid(String tid)
Create an XID for the given tx. |
XID |
XidFactory.createXid(String tid,
String resourcename)
Creates a new Xid instance for a given composite transaction id and resource name. |
| Methods in com.atomikos.datasource.xa that return types with arguments of type XID | |
|---|---|
static List<XID> |
RecoveryScan.recoverXids(XAResource xaResource,
RecoveryScan.XidSelector selector)
|
| Uses of XID in com.atomikos.recovery.xa |
|---|
| Methods in com.atomikos.recovery.xa that return types with arguments of type XID | |
|---|---|
Set<XID> |
XaRecoveryLog.getExpiredCommittingXids()
|
Set<XID> |
DefaultXaRecoveryLog.getExpiredCommittingXids()
|
| Methods in com.atomikos.recovery.xa with parameters of type XID | |
|---|---|
void |
XaRecoveryLog.presumedAborting(XID xid)
Notifies the log that recovery is about to rollback a pending xid according to the "presumed abort" paradigm. |
void |
DefaultXaRecoveryLog.presumedAborting(XID xid)
|
void |
XaRecoveryLog.terminated(XID xid)
Notifies the log that recovery has terminated a pending xid. |
void |
DefaultXaRecoveryLog.terminated(XID xid)
|
void |
XaRecoveryLog.terminatedWithHeuristicCommitByResource(XID xid)
|
void |
DefaultXaRecoveryLog.terminatedWithHeuristicCommitByResource(XID xid)
|
void |
XaRecoveryLog.terminatedWithHeuristicHazardByResource(XID xid)
|
void |
DefaultXaRecoveryLog.terminatedWithHeuristicHazardByResource(XID xid)
|
void |
XaRecoveryLog.terminatedWithHeuristicMixedByResource(XID xid)
|
void |
DefaultXaRecoveryLog.terminatedWithHeuristicMixedByResource(XID xid)
|
void |
XaRecoveryLog.terminatedWithHeuristicRollbackByResource(XID xid)
|
void |
DefaultXaRecoveryLog.terminatedWithHeuristicRollbackByResource(XID xid)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||