Class InvalidArgumentTypesParticipant

java.lang.Object
org.eclipse.microprofile.lra.tck.participant.nonjaxrs.InvalidArgumentTypesParticipant

@Path("nonjaxrs-argument-type-nonjaxrs") public class InvalidArgumentTypesParticipant extends Object
TCK invalid LRA participant containing invalid type of arguments in the participant method signature used for verification of deployment time invalid signature detection and error report in TckInvalidSignaturesTests.
  • Constructor Details

    • InvalidArgumentTypesParticipant

      public InvalidArgumentTypesParticipant()
  • Method Details

    • doInLRA

      @GET @Path("enlist") public jakarta.ws.rs.core.Response doInLRA()
    • compensate

      public ParticipantStatus compensate(URI lraId)
    • forget

      public void forget(int lraId, URI parentId)