| 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(String transactionId,
String participantUri,
TxState state) |
TransactionHeuristicEvent(String transactionId,
String parentTransactionId,
TxState state) |
| Modifier and Type | Field and Description |
|---|---|
TxState |
PendingTransactionRecord.state |
| Modifier and Type | Method and Description |
|---|---|
static TxState |
TxState.valueOf(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 Collection<String> |
PendingTransactionRecord.extractCoordinatorIds(Collection<PendingTransactionRecord> collection,
TxState... statesToFilterOn) |
boolean |
TxState.isOneOf(TxState... state) |
boolean |
TxState.transitionAllowedTo(TxState nextState) |
| Constructor and Description |
|---|
PendingTransactionRecord(String id,
TxState state,
long expires,
String recoveryDomainName) |
PendingTransactionRecord(String id,
TxState state,
long expires,
String recoveryDomainName,
String superiorId) |
Copyright © 2022. All rights reserved.