@Path(value="lra-type-tck-interface-resource") public class LRATypeTckInterfaceResource extends ResourceParent implements LRATypeTckInterface
Modifier and Type | Field and Description |
---|---|
static String |
TCK_LRA_TYPE_INTERFACE_RESOURCE_PATH |
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 and Description |
---|
LRATypeTckInterfaceResource() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
mandatoryEndLRA(URI lraId) |
javax.ws.rs.core.Response |
mandatoryLRA(URI lraId) |
javax.ws.rs.core.Response |
neverEndLRA(URI lraId) |
javax.ws.rs.core.Response |
neverLRA(URI lraId) |
javax.ws.rs.core.Response |
notSupportedEndLRA(URI lraId) |
javax.ws.rs.core.Response |
notSupportedLRA(URI lraId) |
javax.ws.rs.core.Response |
requiredEndLRA(URI lraId) |
javax.ws.rs.core.Response |
requiredLRA(URI lraId) |
javax.ws.rs.core.Response |
requiresNewEndLRA(URI lraId) |
javax.ws.rs.core.Response |
requiresNewLRA(URI lraId) |
javax.ws.rs.core.Response |
supportsEndLRA(URI lraId) |
javax.ws.rs.core.Response |
supportsLRA(URI lraId) |
afterLRA
public static final String TCK_LRA_TYPE_INTERFACE_RESOURCE_PATH
public javax.ws.rs.core.Response requiredLRA(URI lraId)
requiredLRA
in interface LRATypeTckInterface
public javax.ws.rs.core.Response requiresNewLRA(URI lraId)
requiresNewLRA
in interface LRATypeTckInterface
public javax.ws.rs.core.Response mandatoryLRA(URI lraId)
mandatoryLRA
in interface LRATypeTckInterface
public javax.ws.rs.core.Response supportsLRA(URI lraId)
supportsLRA
in interface LRATypeTckInterface
public javax.ws.rs.core.Response notSupportedLRA(URI lraId)
notSupportedLRA
in interface LRATypeTckInterface
public javax.ws.rs.core.Response neverLRA(URI lraId)
neverLRA
in interface LRATypeTckInterface
public javax.ws.rs.core.Response requiredEndLRA(URI lraId)
requiredEndLRA
in interface LRATypeTckInterface
public javax.ws.rs.core.Response requiresNewEndLRA(URI lraId)
requiresNewEndLRA
in interface LRATypeTckInterface
public javax.ws.rs.core.Response mandatoryEndLRA(URI lraId)
mandatoryEndLRA
in interface LRATypeTckInterface
public javax.ws.rs.core.Response supportsEndLRA(URI lraId)
supportsEndLRA
in interface LRATypeTckInterface
public javax.ws.rs.core.Response notSupportedEndLRA(URI lraId)
notSupportedEndLRA
in interface LRATypeTckInterface
public javax.ws.rs.core.Response neverEndLRA(URI lraId)
neverEndLRA
in interface LRATypeTckInterface
Copyright © 2021 Eclipse Foundation. All rights reserved.