| Package | Description |
|---|---|
| com.atomikos.icatch | |
| com.atomikos.icatch.event.transaction | |
| com.atomikos.recovery |
| Modifier and Type | Method and Description |
|---|---|
TxState |
CompositeTransaction.getState()
Gets the current state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Synchronization.afterCompletion(TxState txstate)
Called after the overall outcome is known.
|
| Modifier and Type | Field and Description |
|---|---|
TxState |
ParticipantHeuristicEvent.state |
TxState |
TransactionHeuristicEvent.state |
| Constructor and Description |
|---|
ParticipantHeuristicEvent(java.lang.String transactionId,
java.lang.String participantUri,
TxState state) |
TransactionHeuristicEvent(java.lang.String transactionId,
java.lang.String parentTransactionId,
TxState state) |
| Modifier and Type | Field and Description |
|---|---|
TxState |
PendingTransactionRecord.state |
| Modifier and Type | Method and Description |
|---|---|
static TxState |
TxState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TxState[] |
TxState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<java.lang.String> |
PendingTransactionRecord.extractCoordinatorIds(java.util.Collection<PendingTransactionRecord> collection,
TxState... statesToFilterOn) |
boolean |
TxState.isOneOf(TxState... state) |
boolean |
TxState.transitionAllowedTo(TxState nextState) |
| Constructor and Description |
|---|
PendingTransactionRecord(java.lang.String id,
TxState state,
long expires,
java.lang.String recoveryDomainName) |
PendingTransactionRecord(java.lang.String id,
TxState state,
long expires,
java.lang.String recoveryDomainName,
java.lang.String superiorId) |
Copyright © 2020. All Rights Reserved.