Annotation Type Status


@InterceptorBinding @Retention(RUNTIME) @Target(METHOD) public @interface Status
In order to support recovery, participants must be able to report their status once the completion part of the protocol starts. Methods annotated with this annotation must be JAX-RS resources and respond to GET requests (ie are annotated with @Path and @GET, respectively). They must report their status using one of the enum names listed in ParticipantStatus whenever an HTTP GET request is made on the method.