Class LRATypeTckSuperclassResource
java.lang.Object
org.eclipse.microprofile.lra.tck.participant.api.ResourceParent
org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclassResource
@Path("lra-type-tck-superclass-resource")
public class LRATypeTckSuperclassResource
extends LRATypeTckSuperclass
-
Field Summary
FieldsFields inherited from class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
MANDATORY_PATH, MANDATORY_WITH_END_FALSE_PATH, NEVER_PATH, NEVER_WITH_END_FALSE_PATH, NOT_SUPPORTED_PATH, NOT_SUPPORTED_WITH_END_FALSE_PATH, REQUIRED_PATH, REQUIRED_WITH_END_FALSE_PATH, REQUIRES_NEW_PATH, REQUIRES_NEW_WITH_END_FALSE_PATH, SUPPORTS_PATH, SUPPORTS_WITH_END_FALSE_PATH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponsemandatoryEndLRA(URI lraId) jakarta.ws.rs.core.ResponsemandatoryLRA(URI lraId) jakarta.ws.rs.core.ResponseneverEndLRA(URI lraId) jakarta.ws.rs.core.Responsejakarta.ws.rs.core.ResponsenotSupportedEndLRA(URI lraId) jakarta.ws.rs.core.ResponsenotSupportedLRA(URI lraId) jakarta.ws.rs.core.ResponserequiredEndLRA(URI lraId) jakarta.ws.rs.core.ResponserequiredLRA(URI lraId) jakarta.ws.rs.core.ResponserequiresNewEndLRA(URI lraId) jakarta.ws.rs.core.ResponserequiresNewLRA(URI lraId) jakarta.ws.rs.core.ResponsesupportsEndLRA(URI lraId) jakarta.ws.rs.core.ResponsesupportsLRA(URI lraId) Methods inherited from class org.eclipse.microprofile.lra.tck.participant.api.ResourceParent
afterLRA
-
Field Details
-
TCK_LRA_TYPE_SUPERCLASS_RESOURCE_PATH
- See Also:
-
-
Constructor Details
-
LRATypeTckSuperclassResource
public LRATypeTckSuperclassResource()
-
-
Method Details
-
requiredLRA
- Specified by:
requiredLRAin classLRATypeTckSuperclass
-
requiresNewLRA
- Specified by:
requiresNewLRAin classLRATypeTckSuperclass
-
mandatoryLRA
- Specified by:
mandatoryLRAin classLRATypeTckSuperclass
-
supportsLRA
- Specified by:
supportsLRAin classLRATypeTckSuperclass
-
notSupportedLRA
- Specified by:
notSupportedLRAin classLRATypeTckSuperclass
-
neverLRA
- Specified by:
neverLRAin classLRATypeTckSuperclass
-
requiredEndLRA
- Specified by:
requiredEndLRAin classLRATypeTckSuperclass
-
requiresNewEndLRA
- Specified by:
requiresNewEndLRAin classLRATypeTckSuperclass
-
mandatoryEndLRA
- Specified by:
mandatoryEndLRAin classLRATypeTckSuperclass
-
supportsEndLRA
- Specified by:
supportsEndLRAin classLRATypeTckSuperclass
-
notSupportedEndLRA
- Specified by:
notSupportedEndLRAin classLRATypeTckSuperclass
-
neverEndLRA
- Specified by:
neverEndLRAin classLRATypeTckSuperclass
-