| 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.
|
| 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.
|
| Status |
In order to support recovery, participants must be able to report their status once the completion
part of the protocol starts.
|