Modifier and Type | Method and Description |
---|---|
Status |
UserActivity.status() |
Modifier and Type | Class and Description |
---|---|
class |
Active
The activity is active.
|
class |
Completed
The activity has completed.
|
class |
Completing
The activity is in the process of completing.
|
class |
Created
The activity has been created and is yet to start executing.
|
class |
NoActivity
There is no activity associated with the invoking thread.
|
class |
Unknown
The current status of the activity is unknown.
|
Modifier and Type | Method and Description |
---|---|
Status |
UserCoordinatorService.status() |
Modifier and Type | Method and Description |
---|---|
Status |
UserCoordinator.status() |
Modifier and Type | Class and Description |
---|---|
class |
Closed
The coordinator has confirmed and completed the protocol.
|
class |
Closing
The coordinator is in the process of confirming the participants.
|
class |
Compensated
The coordinator has prepared.
|
class |
Compensating
The coordinator is preparing.
|
Modifier and Type | Method and Description |
---|---|
Status |
UserCoordinator.status() |
Modifier and Type | Class and Description |
---|---|
class |
Cancelled
The coordinator has cancelled and completed the protocol.
|
class |
Cancelling
The coordinator is in the process of cancelling.
|
class |
CancelOnly
The status of the coordination is such that it will eventually cancel.
|
class |
Confirmed
The coordinator has confirmed and completed the protocol.
|
class |
Confirming
The coordinator is in the process of confirming the participants.
|
class |
HeuristicCancel
All of the coordiantor's participants cancelled when they were asked to
confirm.
|
class |
HeuristicConfirm
All of the coordinator's participants confirmed when they were asked to
cancel.
|
class |
HeuristicHazard
Some of the coordinator's participants cancelled, some confirmed and the
status of others is indeterminate.
|
class |
HeuristicMixed
Some of the coordinator's participants cancelled and some confirmed.
|
class |
Prepared
The coordinator has prepared.
|
class |
Preparing
The coordinator is preparing.
|
Modifier and Type | Class and Description |
---|---|
class |
Committed
The transaction has committed.
|
class |
Committing
The transaction is in the process of committing.
|
class |
NoTransaction
There is no transaction associated with the current thread.
|
class |
RollbackOnly
The transaction is in a state which means that the only eventual outcome
is for it to rollback.
|
class |
RolledBack
The transaction has rolled back.
|
class |
RollingBack
The transaction is rolling back.
|
Modifier and Type | Method and Description |
---|---|
Status |
UserActivityImple.status() |
Modifier and Type | Method and Description |
---|---|
Status |
ActivityImple.status() |
Modifier and Type | Method and Description |
---|---|
Status |
CoordinatorServiceImple.status() |
Status |
CoordinatorControl.status() |
Modifier and Type | Method and Description |
---|---|
Status |
CoordinatorServiceImple.status() |
Status |
CoordinatorControl.status() |
Modifier and Type | Method and Description |
---|---|
Status |
SagasHLSImple.status() |
Modifier and Type | Method and Description |
---|---|
Status |
TwoPhaseHLSImple.status() |
Copyright © 2018 JBoss by Red Hat. All rights reserved.