Uses of Package
org.jboss.jbossts.star.annotation

  • Class
    Description
    The status of a compensator.
     
  • Class
    Description
    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.
    When a bean method executes in the context of an LRA any methods in the bean class that are annotated with
    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.
    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.
    In order to support recovery, participants must be able to report their status once the completion part of the protocol starts.