| Package | Description |
|---|---|
| com.atomikos.icatch | |
| com.atomikos.icatch.admin | |
| 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 | Method and Description |
|---|---|
TxState |
AdminTransaction.getState()
Gets the transaction's state.
|
| Modifier and Type | Field and Description |
|---|---|
TxState |
ParticipantLogEntry.state
Best-known state of the participant.
|
| Modifier and Type | Method and Description |
|---|---|
TxState |
CoordinatorLogEntry.getResultingState() |
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 |
|---|---|
boolean |
TxState.isOneOf(TxState... state) |
boolean |
TxState.transitionAllowedTo(TxState nextState) |
| Constructor and Description |
|---|
ParticipantLogEntry(java.lang.String coordinatorId,
java.lang.String uri,
long expires,
java.lang.String resourceName,
TxState state) |
Copyright © 2018. All Rights Reserved.