| Enum | Description |
|---|---|
| ParticipantStatus |
The status of a compensator.
|
| SRA.Type |
| Annotation Type | Description |
|---|---|
| Commit |
When a SRA has preparesd successfully any bean resource classes that were invoked in its context
will be notified by calling methods marked with the @Commit annotation.
|
| OnePhaseCommit |
If a bean class contains a method marked with this annotation is invoked in the context of an SRA that only
contains a single participant then the annotated method will be invoked when the SRA is asked to commit.
|
| Participant |
When a bean method executes in the context of an LRA any methods in the bean class that are annotated with
|
| Prepare |
When a SRA is asked to commit any bean resource classes that were invoked in its context will
be notified by calling methods marked with the @Prepare annotation.
|
| Rollback |
When a SRA rolls back any bean resource classes that were invoked in its context will be notified by
calling methods marked with this Rollback annotation.
|
| SRA |
An annotation for controlling the lifecycle of Short Running Actions (SRAs).
|
| Status |
In order to support recovery, participants must be able to report their status once the completion
part of the protocol starts.
|
| TimeLimit |
Copyright © 2021 JBoss by Red Hat. All rights reserved.