|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TxState | |
|---|---|
| com.atomikos.icatch | |
| com.atomikos.icatch.admin | |
| com.atomikos.recovery | |
| Uses of TxState in com.atomikos.icatch |
|---|
| Methods in com.atomikos.icatch that return TxState | |
|---|---|
TxState |
CompositeTransaction.getState()
Gets the current state. |
| Methods in com.atomikos.icatch with parameters of type TxState | |
|---|---|
void |
Synchronization.afterCompletion(TxState txstate)
Called after the overall outcome is known. |
| Uses of TxState in com.atomikos.icatch.admin |
|---|
| Methods in com.atomikos.icatch.admin that return TxState | |
|---|---|
TxState |
AdminTransaction.getState()
Gets the transaction's state. |
| Uses of TxState in com.atomikos.recovery |
|---|
| Fields in com.atomikos.recovery declared as TxState | |
|---|---|
TxState |
ParticipantLogEntry.state
Best-known state of the participant. |
| Methods in com.atomikos.recovery that return TxState | |
|---|---|
TxState |
CoordinatorLogEntry.getResultingState()
|
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. |
| Methods in com.atomikos.recovery with parameters of type TxState | |
|---|---|
boolean |
TxState.isOneOf(TxState... state)
|
boolean |
TxState.transitionAllowedTo(TxState nextState)
|
| Constructors in com.atomikos.recovery with parameters of type TxState | |
|---|---|
ParticipantLogEntry(String coordinatorId,
String uri,
long expires,
String resourceName,
TxState state)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||