Class LRATypeTckInterfaceResource
java.lang.Object
org.eclipse.microprofile.lra.tck.participant.api.ResourceParent
org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterfaceResource
- All Implemented Interfaces:
LRATypeTckInterface
@Path("lra-type-tck-interface-resource")
public class LRATypeTckInterfaceResource
extends ResourceParent
implements LRATypeTckInterface
-
Field Summary
FieldsFields inherited from interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
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_INTERFACE_RESOURCE_PATH
- See Also:
-
-
Constructor Details
-
LRATypeTckInterfaceResource
public LRATypeTckInterfaceResource()
-
-
Method Details
-
requiredLRA
- Specified by:
requiredLRAin interfaceLRATypeTckInterface
-
requiresNewLRA
- Specified by:
requiresNewLRAin interfaceLRATypeTckInterface
-
mandatoryLRA
- Specified by:
mandatoryLRAin interfaceLRATypeTckInterface
-
supportsLRA
- Specified by:
supportsLRAin interfaceLRATypeTckInterface
-
notSupportedLRA
- Specified by:
notSupportedLRAin interfaceLRATypeTckInterface
-
neverLRA
- Specified by:
neverLRAin interfaceLRATypeTckInterface
-
requiredEndLRA
- Specified by:
requiredEndLRAin interfaceLRATypeTckInterface
-
requiresNewEndLRA
- Specified by:
requiresNewEndLRAin interfaceLRATypeTckInterface
-
mandatoryEndLRA
- Specified by:
mandatoryEndLRAin interfaceLRATypeTckInterface
-
supportsEndLRA
- Specified by:
supportsEndLRAin interfaceLRATypeTckInterface
-
notSupportedEndLRA
- Specified by:
notSupportedEndLRAin interfaceLRATypeTckInterface
-
neverEndLRA
- Specified by:
neverEndLRAin interfaceLRATypeTckInterface
-