Package org.jboss.jbossts.star.annotation


package org.jboss.jbossts.star.annotation
  • 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.
    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.
    When a bean method executes in the context of an LRA any methods in the bean class that are annotated with
    The status of a compensator.
    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.
    An annotation for controlling the lifecycle of Short Running Actions (SRAs).
     
    In order to support recovery, participants must be able to report their status once the completion part of the protocol starts.
    Used on SRA and Rollback annotations to indicate the maximum time that the SRA or participant should remain active for.