Skip navigation links
A B C D E F G I J L M N O P R S T U V W 

A

ACCEPT_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ParticipatingTckResource
 
ACCEPT_WORK - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 
acceptCancelTest() - Method in class org.eclipse.microprofile.lra.tck.TckTests
 
acceptCloseTest() - Method in class org.eclipse.microprofile.lra.tck.TckTests
 
acceptLRA(Integer) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ParticipatingTckResource
 
acceptLRA(Integer) - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRACSParticipant
 
acceptLRA(Integer) - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRAParticipant
 
acceptWork(URI, URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 
Activity - Class in org.eclipse.microprofile.lra.tck.participant.activity
A simple DTO that provides information about the work processed in the TCK suite resources.
Activity(URI) - Constructor for class org.eclipse.microprofile.lra.tck.participant.activity.Activity
 
ActivityStorage - Class in org.eclipse.microprofile.lra.tck.participant.activity
Storing activities processed by resources during TCK suite run.
ActivityStorage() - Constructor for class org.eclipse.microprofile.lra.tck.participant.activity.ActivityStorage
 
activityWithLRA(URI, URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.AfterLRAListener
 
activityWithLRA(URI, URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.AfterLRAParticipant
 
activityWithLRA(URI, URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 
activityWithLRA(URI, Scenario) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownResource
 
activityWithLRA(URI, Scenario) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownStatusResource
 
activityWithMandatoryLRA(URI, URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 
add(Activity) - Method in class org.eclipse.microprofile.lra.tck.participant.activity.ActivityStorage
 
adjustTimeout(long) - Method in class org.eclipse.microprofile.lra.tck.LraTckConfigBean
Adjusting the provided value by timeout factor defined for the TCK suite.
after() - Method in class org.eclipse.microprofile.lra.tck.TckInvalidSignaturesTests
 
after() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
after() - Method in class org.eclipse.microprofile.lra.tck.TckRecoveryTests
 
after() - Method in class org.eclipse.microprofile.lra.tck.TckTestBase
 
AFTER_LRA_LISTENER_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.AfterLRAListener
 
AFTER_LRA_LISTENER_WORK - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.AfterLRAListener
 
AFTER_LRA_PARTICIPANT_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.AfterLRAParticipant
 
AFTER_LRA_PARTICIPANT_WORK - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.AfterLRAParticipant
 
afterEnd(URI, LRAStatus) - Method in class org.eclipse.microprofile.lra.tck.participant.api.AfterLRAParticipant
 
afterEnd(URI, LRAStatus) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownStatusResource
 
afterLRA(URI, LRAStatus) - Method in class org.eclipse.microprofile.lra.tck.participant.api.AfterLRAListener
 
afterLRA(URI, LRAStatus) - Method in class org.eclipse.microprofile.lra.tck.participant.api.RecoveryResource
 
afterLRA(URI, LRAStatus) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ResourceParent
 
AfterLRAListener - Class in org.eclipse.microprofile.lra.tck.participant.api
resource for testing that methods annotated with AfterLRA are notified correctly when an LRA terminates
AfterLRAListener() - Constructor for class org.eclipse.microprofile.lra.tck.participant.api.AfterLRAListener
 
AfterLRAParticipant - Class in org.eclipse.microprofile.lra.tck.participant.api
resource for testing that methods annotated with AfterLRA are notified correctly when an LRA terminates
AfterLRAParticipant() - Constructor for class org.eclipse.microprofile.lra.tck.participant.api.AfterLRAParticipant
 
assertAfterLRA(String, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that afterLRA was called for given LRA and participant class translated to fully qualified classname as String, if not the AssertionError with the given message is thrown.
assertCancelled(String, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that cancelled was called for given LRA and participant class translated to fully qualified classname as String, if not the AssertionError with the given message is thrown.
assertClosed(String, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that closed was called for given LRA and participant class translated to fully qualified classname as String, if not the AssertionError with the given message is thrown.
assertCompensated(String, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that compensated was called for given LRA and participant class translated to fully qualified classname as String, if not the AssertionError with the given message is thrown.
assertCompensatedAllEquals(String, int) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that compensated was called expectedNumber times for all LRAs and resources, if not the AssertionError with the given message is thrown.
assertCompensatedEquals(String, int, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that compensated was called expectedNumber times for given LRA and participant class translated to fully qualified classname as String, if not the AssertionError with the given message is thrown.
assertCompleted(String, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that completed was called for given LRA and participant class translated to fully qualified classname as String, if not the AssertionError with the given message is thrown.
assertCompletedAllEquals(String, int) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that completed was called expectedNumber times for all LRAs and resources, if not the AssertionError with the given message is thrown.
assertCompletedEquals(String, int, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that completed was called expectedNumber times for given LRA and participant class translated to fully qualified classname as String, if not the AssertionError with the given message is thrown.
assertFinished(String, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that given LRA within the resource name (taken as fully qualified class name) was finished, if not the AssertionError with the given message is thrown.
assertForget(String, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that forget was called for given LRA and participant class translated to fully qualified classname as String, if not the AssertionError with the given message is thrown.
assertForgetEquals(String, int, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that forget was called expectedNumber times for given LRA and participant class translated to fully qualified classname as String, if not the AssertionError with the given message is thrown.
assertHeaderPresent(URI, String, String) - Method in class org.eclipse.microprofile.lra.tck.service.LRATestService
 
assertNested(String, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that nested was called for given LRA and participant class translated to fully qualified classname as String, if not the AssertionError with the given message is thrown.
assertNestedEquals(String, int, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that nested was called expectedNumber times for given LRA and participant class translated to fully qualified classname as String, if not the AssertionError with the given message is thrown.
assertNotAfterLRA(String, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that afterLRA was not called for given LRA and resource participant class translated to fully qualified classname as String, if not the AssertionError with the given message is thrown.
assertNotCancelled(String, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that cancelled was not called for given LRA and resource participant class translated to fully qualified classname as String, if not the AssertionError with the given message is thrown.
assertNotClosed(String, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that closed was not called for given LRA and resource participant class translated to fully qualified classname as String, if not the AssertionError with the given message is thrown.
assertNotCompensated(String, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that compensated was not called for given LRA and participant class translated to fully qualified classname as String, if not the AssertionError with the given message is thrown.
assertNotCompleted(String, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that completed was not called for given LRA and resource participant class translated to fully qualified classname as String, if not the AssertionError with the given message is thrown.
assertNotForget(String, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that forget was not called for given LRA and resource participant class translated to fully qualified classname as String, if not the AssertionError with the given message is thrown.
assertNotNested(String, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that nested was not called for given LRA and resource participant class translated to fully qualified classname as String, if not the AssertionError with the given message is thrown.
assertNotStatus(String, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that status was not called for given LRA and resource participant class translated to fully qualified classname as String, if not the AssertionError with the given message is thrown.
assertStatus(String, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
Asserts that status was called for given LRA and participant class translated to fully qualified classname as String, if not the AssertionError with the given message is thrown.
async1LRA(URI, AsyncResponse) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
async3LRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
ASYNC_LRA_PATH1 - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
ASYNC_LRA_PATH2 - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
ASYNC_LRA_PATH3 - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
asyncInvocationWithLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 

B

before() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
 
before() - Method in class org.eclipse.microprofile.lra.tck.TckRecoveryTests
 
before() - Method in class org.eclipse.microprofile.lra.tck.TckTestBase
 
before() - Method in class org.eclipse.microprofile.lra.tck.TckUnknownStatusTests
 
before() - Method in class org.eclipse.microprofile.lra.tck.TckUnknownTests
 
BUSINESS_METHOD - Static variable in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.LongBusinessMethodParticipant
 

C

CANCEL_FROM_REMOTE_CALL - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource
 
CANCEL_ON_301 - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource
 
CANCEL_ON_FAMILY_3XX - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource
 
CANCEL_ON_FAMILY_DEFAULT_4XX - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource
 
CANCEL_ON_FAMILY_DEFAULT_5XX - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource
 
CANCEL_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 
cancelFromRemoteCall(URI, UriInfo) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource
Returning 200 thus the LRA should be closed but beforehand it makes a remote REST call which returns 5xx which is the default for the cancelling and so the whole LRA should be cancelled.
cancelFromRemoteCall() - Method in class org.eclipse.microprofile.lra.tck.TckCancelOnTests
cancelLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.LRAClientOps
 
cancelLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
Used to close nested LRA in which this resource is enlisted
cancelLRA() - Method in class org.eclipse.microprofile.lra.tck.TckTests
Starting LRA and cancelling it.
cancelLraDuringBusinessMethod() - Method in class org.eclipse.microprofile.lra.tck.TckParticipantTests
 
cancelOn301(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource
Cancel on is set to 301.
cancelOn301() - Method in class org.eclipse.microprofile.lra.tck.TckCancelOnTests
cancelOnFamily3xx(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource
Cancel on family is set to 3xx.
cancelOnFamily3xx() - Method in class org.eclipse.microprofile.lra.tck.TckCancelOnTests
cancelOnFamilyDefault4xx(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource
Default return status for cancelling LRA is 4xx and 5xx
cancelOnFamilyDefault4xx() - Method in class org.eclipse.microprofile.lra.tck.TckCancelOnTests
cancelOnFamilyDefault5xx(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource
Default return status for cancelling LRA is 4xx and 5xx
cancelOnFamilyDefault5xx() - Method in class org.eclipse.microprofile.lra.tck.TckCancelOnTests
clear() - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricService
Clear the metric storage as whole.
CLEAR_STATUS_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
clearStatus(URI, String) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
closeLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.LRAClientOps
 
closeLRA() - Method in class org.eclipse.microprofile.lra.tck.TckTests
Starting LRA and closing it.
compensate(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
Performing a PUT on "participant URL"/compensate will cause the participant to compensate the work that was done within the scope of the transaction.
compensate(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.RecoveryResource
 
compensate(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.InvalidArgumentTypesParticipant
 
compensate() - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.InvalidReturnTypeParticipant
 
compensate(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.TooManyArgsParticipant
 
compensate(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.LongBusinessMethodParticipant
 
compensate(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRACSParticipant
 
compensate(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRAParticipant
 
compensate_immediate() - Method in class org.eclipse.microprofile.lra.tck.TckUnknownTests
 
compensate_retry() - Method in class org.eclipse.microprofile.lra.tck.TckUnknownStatusTests
 
compensate_retry() - Method in class org.eclipse.microprofile.lra.tck.TckUnknownTests
 
compensatedStatus(String) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 
compensateMultiLevelNestedActivity() - Method in class org.eclipse.microprofile.lra.tck.TckTests
 
compensateWork(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.AfterLRAParticipant
 
compensateWork(URI, URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
compensateWork(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource
 
compensateWork(URI, URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 
compensateWork(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownResource
 
compensateWork(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownStatusResource
 
compensateWork(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ParticipatingTckResource
 
complete(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
Performing a PUT on "participant URL"/complete will cause the participant to tidy up and it can forget this transaction.
complete() - Method in class org.eclipse.microprofile.lra.tck.participant.invalid.LRAResourceWithoutCompensateOrAfteRLRA
 
complete(URI, URI, Object) - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.TooManyArgsParticipant
 
complete(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRACSParticipant
 
complete_immediate() - Method in class org.eclipse.microprofile.lra.tck.TckUnknownTests
 
complete_retry() - Method in class org.eclipse.microprofile.lra.tck.TckUnknownStatusTests
 
complete_retry() - Method in class org.eclipse.microprofile.lra.tck.TckUnknownTests
 
completedStatus(String) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 
completeMultiLevelNestedActivity() - Method in class org.eclipse.microprofile.lra.tck.TckTests
 
completeWithException(URI, URI) - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRAParticipant
 
completeWork(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.AfterLRAParticipant
 
completeWork(URI, URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
completeWork(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource
 
completeWork(URI, URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 
completeWork(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownResource
 
completeWork(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownStatusResource
 
completeWork(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ParticipatingTckResource
 
CONTEXT_CHECK_LRA_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
contextCheck(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
ContextTckResource - Class in org.eclipse.microprofile.lra.tck.participant.api
 
ContextTckResource() - Constructor for class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
ContextTckResource.EndPhase - Enum in org.eclipse.microprofile.lra.tck.participant.api
An enum which controls the behaviour of participant when the LRA spec implementation invokes the compensation, completion, forget and status callbacks.

D

dependentLRA() - Method in class org.eclipse.microprofile.lra.tck.TckTests
 
deploy() - Static method in class org.eclipse.microprofile.lra.tck.TckCancelOnTests
 
deploy() - Static method in class org.eclipse.microprofile.lra.tck.TckContextTests
 
deploy() - Static method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
deploy() - Static method in class org.eclipse.microprofile.lra.tck.TckRecoveryTests
 
deploy() - Static method in class org.eclipse.microprofile.lra.tck.TckTests
 
deploy() - Static method in class org.eclipse.microprofile.lra.tck.TckUnknownStatusTests
 
deploy() - Static method in class org.eclipse.microprofile.lra.tck.TckUnknownTests
 
deployInvalidAfterLRASignatureResource() - Static method in class org.eclipse.microprofile.lra.tck.TckInvalidSignaturesTests
 
deployInvalidArgumentTypeParticipant() - Static method in class org.eclipse.microprofile.lra.tck.TckInvalidSignaturesTests
 
deployInvalidLRAResource() - Static method in class org.eclipse.microprofile.lra.tck.TckInvalidSignaturesTests
 
deployInvalidReturnTypeParticipant() - Static method in class org.eclipse.microprofile.lra.tck.TckInvalidSignaturesTests
 
deploymentNameRule - Variable in class org.eclipse.microprofile.lra.tck.TckInvalidSignaturesTests
 
deployTooManyArgsParticipant() - Static method in class org.eclipse.microprofile.lra.tck.TckInvalidSignaturesTests
 
deployValidParticipant() - Static method in class org.eclipse.microprofile.lra.tck.TckParticipantTests
 
doInLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.invalid.LRAResourceWithoutCompensateOrAfteRLRA
 
doInLRA() - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.InvalidAfterLRASignatureListener
 
doInLRA() - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.InvalidArgumentTypesParticipant
 
doInLRA() - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.InvalidReturnTypeParticipant
 
doInLRA() - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.TooManyArgsParticipant
 

E

END_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource
 
endLRA(URI, int) - Method in class org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource
 
ENLIST_WITH_COMPENSATE - Static variable in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRACSParticipant
 
ENLIST_WITH_COMPENSATE - Static variable in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRAParticipant
 
ENLIST_WITH_COMPLETE - Static variable in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRACSParticipant
 
ENLIST_WITH_COMPLETE - Static variable in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRAParticipant
 
enlistWithCompensate(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRACSParticipant
 
enlistWithCompensate(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRAParticipant
 
enlistWithComplete(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRACSParticipant
 
enlistWithComplete(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRAParticipant
 
enlistWithLongLatency(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.LongBusinessMethodParticipant
 

F

findAll() - Method in class org.eclipse.microprofile.lra.tck.participant.activity.ActivityStorage
 
findAll() - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 
forget(URI, URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
forget(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 
forget(int, URI) - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.InvalidArgumentTypesParticipant
 
forget(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRAParticipant
 
forgetWork(URI, URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 

G

GenericLRAException - Exception in org.eclipse.microprofile.lra.tck.participant.api
 
GenericLRAException(URI, String, Throwable) - Constructor for exception org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException
 
getAcceptedCount() - Method in class org.eclipse.microprofile.lra.tck.participant.activity.Activity
 
getAcceptLRA() - Method in class org.eclipse.microprofile.lra.tck.participant.api.ParticipatingTckResource
 
getAcceptLRA() - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRACSParticipant
 
getAcceptLRA() - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRAParticipant
 
getActivityAndAssertExistence(URI, UriInfo) - Method in class org.eclipse.microprofile.lra.tck.participant.activity.ActivityStorage
 
getAndDecrementAcceptCount() - Method in class org.eclipse.microprofile.lra.tck.participant.activity.Activity
 
getDefaultTimeout() - Method in class org.eclipse.microprofile.lra.tck.LraTckConfigBean
Adjusting the default timeout by the specified timeout factor which can be defined by user when property #LRA_TCK_TIMEOUT_FACTOR_PROPETY_NAME is defined.
getEndData() - Method in class org.eclipse.microprofile.lra.tck.participant.activity.Activity
 
getLRAClient() - Method in class org.eclipse.microprofile.lra.tck.service.LRATestService
 
getLraId() - Method in class org.eclipse.microprofile.lra.tck.participant.activity.Activity
 
getLraId() - Method in exception org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException
 
getLraId() - Method in exception org.eclipse.microprofile.lra.tck.participant.api.IllegalLRAStateException
 
getMetric(LRAMetricType, URI, String) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricRest
 
getMetric(LRAMetricType, URI) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricService
Returns count number for particular metric type.
getMetric(LRAMetricType, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricService
Returns count number for particular metric type filtered by LRA id and the participant class which defines the participant name (the fully qualified class name is used for it).
getMetric(LRAMetricType, URI, String) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricService
Returns count number for particular metric type filtered by LRA id and the participant's name.
getMetricAll(LRAMetricType) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricService
Returns count number for particular metric type regardless of the LRA id or the participant's name.
getPathResponseCode() - Method in enum org.eclipse.microprofile.lra.tck.participant.api.Scenario
 
getRecoveryUri() - Method in class org.eclipse.microprofile.lra.tck.participant.activity.Activity
 
getSize(URI, Class<?>, Type, Annotation[], MediaType) - Method in class org.eclipse.microprofile.lra.tck.participant.api.UriMessageBodyWriter
 
getStatus() - Method in class org.eclipse.microprofile.lra.tck.participant.activity.Activity
 
getStatusUrl() - Method in class org.eclipse.microprofile.lra.tck.participant.activity.Activity
 
getTCKSuiteTarget() - Method in class org.eclipse.microprofile.lra.tck.service.LRATestService
 

I

IllegalLRAStateException - Exception in org.eclipse.microprofile.lra.tck.participant.api
 
IllegalLRAStateException(URI, String) - Constructor for exception org.eclipse.microprofile.lra.tck.participant.api.IllegalLRAStateException
Creation of LRA state exception.
incrementMetric(LRAMetricType, URI, Class<?>) - Method in class org.eclipse.microprofile.lra.tck.service.LRAMetricService
It increments counter of the metric type for particular LRA id and particular participant class which is translated to fully qualified class name as participant name.
INVALID_LRA_RESOURCE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.invalid.LRAResourceWithoutCompensateOrAfteRLRA
 
InvalidAfterLRASignatureListener - Class in org.eclipse.microprofile.lra.tck.participant.nonjaxrs
TCK invalid LRA resource containing invalid signature for @AfterLRA method.
InvalidAfterLRASignatureListener() - Constructor for class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.InvalidAfterLRASignatureListener
 
invalidAfterLRASignatureTest() - Method in class org.eclipse.microprofile.lra.tck.TckInvalidSignaturesTests
Verify that invalid @AfterLRA method signature is detected
invalidArgumentTypeInParticipantMethodTest() - Method in class org.eclipse.microprofile.lra.tck.TckInvalidSignaturesTests
Verify that invalid type of argument (int) in participant method is detected
InvalidArgumentTypesParticipant - Class in org.eclipse.microprofile.lra.tck.participant.nonjaxrs
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.
InvalidArgumentTypesParticipant() - Constructor for class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.InvalidArgumentTypesParticipant
 
invalidLRAResourceWithoutCompensateOrAfterLRATest() - Method in class org.eclipse.microprofile.lra.tck.TckInvalidSignaturesTests
Verify that invalid LRA resource which does not contain any of @Compensate or @AfterLRA methods is detected
invalidReturnTypeInParticipantMethodTest() - Method in class org.eclipse.microprofile.lra.tck.TckInvalidSignaturesTests
Verify that invalid return type (String) in participant method is detected
InvalidReturnTypeParticipant - Class in org.eclipse.microprofile.lra.tck.participant.nonjaxrs
TCK invalid LRA participant containing invalid return type in the participant method signature used for verification of deployment time invalid signature detection and error report in TckInvalidSignaturesTests.
InvalidReturnTypeParticipant() - Constructor for class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.InvalidReturnTypeParticipant
 
invokeRestEndpointAndReturnLRA(URI, String, String, int) - Method in class org.eclipse.microprofile.lra.tck.LRAClientOps
 
isLRAFinished(URI, String) - Method in class org.eclipse.microprofile.lra.tck.service.LRATestService
Returns whether the passed LRA and resource are in finished state.
isLRAFinished(URI) - Method in class org.eclipse.microprofile.lra.tck.service.LRATestService
Returns whether the passed LRA is in finished state.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.eclipse.microprofile.lra.tck.participant.api.UriMessageBodyWriter
 

J

JaxRsActivator - Class in org.eclipse.microprofile.lra.tck
 
JaxRsActivator() - Constructor for class org.eclipse.microprofile.lra.tck.JaxRsActivator
 
join() - Method in class org.eclipse.microprofile.lra.tck.TckTests
 
JOIN_WITH_EXISTING_LRA_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ParticipatingTckResource
 
JOIN_WITH_EXISTING_LRA_PATH2 - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ParticipatingTckResource
 
JOIN_WITH_NEW_LRA_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ParticipatingTckResource
 
joinLRAViaHeader() - Method in class org.eclipse.microprofile.lra.tck.TckTests
 
joinWithExistingLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ParticipatingTckResource
 
joinWithExistingLRA2(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ParticipatingTckResource
 
joinWithNewLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ParticipatingTckResource
 
joinWithOneResourceDifferentMethodTwiceWithCancel() - Method in class org.eclipse.microprofile.lra.tck.TckTests
client invokes the same participant twice but using different methods in the same LRA context cancel the LRA check that the participant was asked to compensate only once
joinWithOneResourceDifferentMethodTwiceWithClose() - Method in class org.eclipse.microprofile.lra.tck.TckTests
client invokes the same participant twice but using different methods in the same LRA context close the LRA check that the participant was asked to complete only once
joinWithOneResourceSameMethodTwiceWithCancel() - Method in class org.eclipse.microprofile.lra.tck.TckTests
client invokes the same participant method twice in the same LRA context cancel the LRA check that the participant was asked to compensate only once
joinWithOneResourceSameMethodTwiceWithClose() - Method in class org.eclipse.microprofile.lra.tck.TckTests
client invokes the same participant method twice in the same LRA context close the LRA check that the participant was asked to complete only once
joinWithTwoResourcesWithCancel() - Method in class org.eclipse.microprofile.lra.tck.TckTests
client invokes different participants in the same LRA context cancel the LRA check that both participants were asked to compensate
joinWithTwoResourcesWithClose() - Method in class org.eclipse.microprofile.lra.tck.TckTests
client invokes different participant in the same LRA context close the LRA check that both participants were asked to complete

L

leave(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
LEAVE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
LEAVE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ParticipatingTckResource
 
leaveLRA() - Method in class org.eclipse.microprofile.lra.tck.participant.api.ParticipatingTckResource
 
leaveLRA() - Method in class org.eclipse.microprofile.lra.tck.TckTests
 
leaveWork(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 
loadService(Class<T>) - Static method in class org.eclipse.microprofile.lra.tck.service.LRATestService
 
LongBusinessMethodParticipant - Class in org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid
 
LongBusinessMethodParticipant() - Constructor for class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.LongBusinessMethodParticipant
 
LRA_CANCEL_ON_RESOURCE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource
 
LRA_CONTROLLER_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownResource
 
LRA_CONTROLLER_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownStatusResource
 
LRA_ID_PARAM - Static variable in class org.eclipse.microprofile.lra.tck.service.LRAMetricRest
 
LRA_RESOURCE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 
LRA_TCK_BASE_URL_PROPERTY_NAME - Static variable in class org.eclipse.microprofile.lra.tck.LraTckConfigBean
Name of the config property which is used to configure the TCK base url.
LRA_TCK_FAULT_CODE_HEADER - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
LRA_TCK_FAULT_TYPE_HEADER - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
LRA_TCK_HTTP_CONTEXT_HEADER - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
LRA_TCK_METRIC_RESOURCE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.service.LRAMetricRest
 
LRA_TCK_TIMEOUT_FACTOR_PROPETY_NAME - Static variable in class org.eclipse.microprofile.lra.tck.LraTckConfigBean
Name of the config property that is used as factor adjusting timeout values used in the testsuite.
LRA_TIMEOUT - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.RecoveryResource
 
LRACallbackException - Exception in org.eclipse.microprofile.lra.tck.service.spi
Generic exception for any failures that occures during the invocations of methods in LRARecoveryService.
LRACallbackException() - Constructor for exception org.eclipse.microprofile.lra.tck.service.spi.LRACallbackException
 
LRACallbackException(String) - Constructor for exception org.eclipse.microprofile.lra.tck.service.spi.LRACallbackException
 
LRACallbackException(String, Throwable) - Constructor for exception org.eclipse.microprofile.lra.tck.service.spi.LRACallbackException
 
LraCancelOnResource - Class in org.eclipse.microprofile.lra.tck.participant.api
 
LraCancelOnResource() - Constructor for class org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource
 
LRAClientOps - Class in org.eclipse.microprofile.lra.tck
 
LRAClientOps(WebTarget) - Constructor for class org.eclipse.microprofile.lra.tck.LRAClientOps
 
LRAMetricAssertions - Class in org.eclipse.microprofile.lra.tck.service
Assertion methods usable with metrics.
LRAMetricAssertions() - Constructor for class org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions
 
LRAMetricRest - Class in org.eclipse.microprofile.lra.tck.service
JAX-RS endpoints for the LRAMetricService.
LRAMetricRest() - Constructor for class org.eclipse.microprofile.lra.tck.service.LRAMetricRest
 
LRAMetricService - Class in org.eclipse.microprofile.lra.tck.service
Metric service is a storage container that test beans may use to store data about processing.
LRAMetricService() - Constructor for class org.eclipse.microprofile.lra.tck.service.LRAMetricService
 
LRAMetricType - Enum in org.eclipse.microprofile.lra.tck.service
 
LRARecoveryService - Interface in org.eclipse.microprofile.lra.tck.service.spi
The LRA model guarantees eventual consistency but does not say when participants will be brought into a consistent state.
LraResource - Class in org.eclipse.microprofile.lra.tck.participant.api
 
LraResource() - Constructor for class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 
LRAResourceWithoutCompensateOrAfteRLRA - Class in org.eclipse.microprofile.lra.tck.participant.invalid
 
LRAResourceWithoutCompensateOrAfteRLRA() - Constructor for class org.eclipse.microprofile.lra.tck.participant.invalid.LRAResourceWithoutCompensateOrAfteRLRA
 
LraTckConfigBean - Class in org.eclipse.microprofile.lra.tck
 
LraTckConfigBean() - Constructor for class org.eclipse.microprofile.lra.tck.LraTckConfigBean
 
LRATestService - Class in org.eclipse.microprofile.lra.tck.service
 
LRATestService() - Constructor for class org.eclipse.microprofile.lra.tck.service.LRATestService
 
LRATypeTckInterface - Interface in org.eclipse.microprofile.lra.tck.participant.api
 
LRATypeTckInterfaceResource - Class in org.eclipse.microprofile.lra.tck.participant.api
 
LRATypeTckInterfaceResource() - Constructor for class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterfaceResource
 
LRATypeTckResource - Class in org.eclipse.microprofile.lra.tck.participant.api
 
LRATypeTckResource() - Constructor for class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
LRATypeTckSuperclass - Class in org.eclipse.microprofile.lra.tck.participant.api
 
LRATypeTckSuperclass() - Constructor for class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
LRATypeTckSuperclassResource - Class in org.eclipse.microprofile.lra.tck.participant.api
 
LRATypeTckSuperclassResource() - Constructor for class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclassResource
 
LRAUnknownResource - Class in org.eclipse.microprofile.lra.tck.participant.api
TCK Tests related to the 410 status code handling.
LRAUnknownResource() - Constructor for class org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownResource
 
LRAUnknownStatusResource - Class in org.eclipse.microprofile.lra.tck.participant.api
TCK Tests related to the 410 status code handling.
LRAUnknownStatusResource() - Constructor for class org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownStatusResource
 

M

MANDATORY_PATH - Static variable in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
MANDATORY_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
MANDATORY_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
MANDATORY_WITH_END_FALSE_PATH - Static variable in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
MANDATORY_WITH_END_FALSE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
MANDATORY_WITH_END_FALSE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
mandatoryEndLRA(URI) - Method in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
mandatoryEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterfaceResource
 
mandatoryEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
mandatoryEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
mandatoryEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclassResource
 
mandatoryEndWithLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
mandatoryEndWithLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
mandatoryEndWithLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
mandatoryEndWithoutLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
mandatoryEndWithoutLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
mandatoryEndWithoutLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
mandatoryLRA(URI) - Method in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
mandatoryLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterfaceResource
 
mandatoryLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
mandatoryLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
mandatoryLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclassResource
 
mandatoryWithLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
mandatoryWithLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
mandatoryWithLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
mandatoryWithoutLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
mandatoryWithoutLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
mandatoryWithoutLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
METRIC_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
METRIC_PATH - Static variable in class org.eclipse.microprofile.lra.tck.service.LRAMetricRest
 
METRIC_TYPE_PARAM - Static variable in class org.eclipse.microprofile.lra.tck.service.LRAMetricRest
 
mixedMultiLevelNestedActivity() - Method in class org.eclipse.microprofile.lra.tck.TckTests
 
multiLevelNestedActivity(URI, URI, Integer) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 

N

NESTED_LRA_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
NESTED_LRA_PATH_WITH_CLOSE - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
nestedActivity(URI, URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 
nestedActivity() - Method in class org.eclipse.microprofile.lra.tck.TckTests
 
nestedLRA(URI, URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
nestedLRAWithClose(URI, URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
NEVER_PATH - Static variable in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
NEVER_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
NEVER_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
NEVER_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource
 
NEVER_WITH_END_FALSE_PATH - Static variable in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
NEVER_WITH_END_FALSE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
NEVER_WITH_END_FALSE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
neverEndLRA(URI) - Method in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
neverEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterfaceResource
 
neverEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
neverEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
neverEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclassResource
 
neverLRA(URI) - Method in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
neverLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterfaceResource
 
neverLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
neverLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
neverLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclassResource
 
neverRunWithLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource
 
neverWithEndLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
neverWithEndLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
neverWithEndLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
neverWithInvalidLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
neverWithInvalidLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
neverWithInvalidLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
neverWithLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
neverWithLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
neverWithLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
neverWithoutEndLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
neverWithoutEndLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
neverWithoutEndLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
neverWithoutLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
neverWithoutLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
neverWithoutLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
NEW_LRA_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
newLRA(URI, String, int) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
NO_LRA_RESOURCE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.NoLRAResource
 
NoLRAResource - Class in org.eclipse.microprofile.lra.tck.participant.api
 
NoLRAResource() - Constructor for class org.eclipse.microprofile.lra.tck.participant.api.NoLRAResource
 
noLRATest() - Method in class org.eclipse.microprofile.lra.tck.TckTests
 
NON_TRANSACTIONAL_WORK_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.NoLRAResource
 
NonParticipatingTckResource - Class in org.eclipse.microprofile.lra.tck.participant.api
 
NonParticipatingTckResource() - Constructor for class org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource
 
NOT_CANCEL_ON_FAMILY_5XX - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource
 
NOT_SUPPORTED_PATH - Static variable in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
NOT_SUPPORTED_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
NOT_SUPPORTED_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
NOT_SUPPORTED_WITH_END_FALSE_PATH - Static variable in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
NOT_SUPPORTED_WITH_END_FALSE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
NOT_SUPPORTED_WITH_END_FALSE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
notCancelOnFamily5xx(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource
Cancel on family is set to 4xx, the code from other families (e.g.
notCancelOnFamily5xx() - Method in class org.eclipse.microprofile.lra.tck.TckCancelOnTests
notSupportedButCallServiceWhichStartsButDoesntEndAnLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource
 
notSupportedEndLRA(URI) - Method in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
notSupportedEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterfaceResource
 
notSupportedEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
notSupportedEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
notSupportedEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclassResource
 
notSupportedEndWithoutLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
notSupportedEndWithoutLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
notSupportedEndWithoutLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
notSupportedEndWithRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
notSupportedEndWithRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
notSupportedEndWithRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
notSupportedLRA(URI) - Method in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
notSupportedLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterfaceResource
 
notSupportedLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
notSupportedLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
notSupportedLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclassResource
 
notSupportedWithoutLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
notSupportedWithoutLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
notSupportedWithoutLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
notSupportedWithRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
notSupportedWithRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
notSupportedWithRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 

O

onLRAEnd(String, String) - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.InvalidAfterLRASignatureListener
 
onLRAEnd(URI, LRAStatus) - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRAParticipant
 
org.eclipse.microprofile.lra.tck - package org.eclipse.microprofile.lra.tck
 
org.eclipse.microprofile.lra.tck.participant.activity - package org.eclipse.microprofile.lra.tck.participant.activity
 
org.eclipse.microprofile.lra.tck.participant.api - package org.eclipse.microprofile.lra.tck.participant.api
 
org.eclipse.microprofile.lra.tck.participant.invalid - package org.eclipse.microprofile.lra.tck.participant.invalid
 
org.eclipse.microprofile.lra.tck.participant.nonjaxrs - package org.eclipse.microprofile.lra.tck.participant.nonjaxrs
 
org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid - package org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid
 
org.eclipse.microprofile.lra.tck.service - package org.eclipse.microprofile.lra.tck.service
 
org.eclipse.microprofile.lra.tck.service.spi - package org.eclipse.microprofile.lra.tck.service.spi
 

P

PARTICIPANT_NAME_PARAM - Static variable in class org.eclipse.microprofile.lra.tck.service.LRAMetricRest
 
ParticipatingTckResource - Class in org.eclipse.microprofile.lra.tck.participant.api
 
ParticipatingTckResource() - Constructor for class org.eclipse.microprofile.lra.tck.participant.api.ParticipatingTckResource
 
processAfterLRAInfo(URI, LRAStatus, Class<?>, String) - Method in class org.eclipse.microprofile.lra.tck.service.LRATestService
 

R

RECOVERY_PARAM - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ParticipatingTckResource
 
RECOVERY_RESOURCE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.RecoveryResource
 
RecoveryResource - Class in org.eclipse.microprofile.lra.tck.participant.api
 
RecoveryResource() - Constructor for class org.eclipse.microprofile.lra.tck.participant.api.RecoveryResource
 
remove(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.activity.ActivityStorage
 
REQUIRED_LRA_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
REQUIRED_PATH - Static variable in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
REQUIRED_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
REQUIRED_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
REQUIRED_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.RecoveryResource
 
REQUIRED_TIMEOUT_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.RecoveryResource
 
REQUIRED_WITH_END_FALSE_PATH - Static variable in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
REQUIRED_WITH_END_FALSE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
REQUIRED_WITH_END_FALSE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
requiredEndLRA(URI) - Method in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
requiredEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterfaceResource
 
requiredEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
requiredEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
requiredEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclassResource
 
requiredEndWithLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiredEndWithLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiredEndWithLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiredEndWithoutLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiredEndWithoutLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiredEndWithoutLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiredLRA(URI, String, int) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
requiredLRA(URI) - Method in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
requiredLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterfaceResource
 
requiredLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
requiredLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
requiredLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclassResource
 
requiredLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.RecoveryResource
 
requiredTimeoutLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.RecoveryResource
 
requiredWithLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiredWithLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiredWithLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiredWithoutLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiredWithoutLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiredWithoutLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
REQUIRES_NEW_PATH - Static variable in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
REQUIRES_NEW_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
REQUIRES_NEW_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
REQUIRES_NEW_WITH_END_FALSE_PATH - Static variable in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
REQUIRES_NEW_WITH_END_FALSE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
REQUIRES_NEW_WITH_END_FALSE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
requiresEndNewWithLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiresEndNewWithLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiresEndNewWithLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiresEndNewWithoutLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiresEndNewWithoutLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiresEndNewWithoutLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiresNew(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
requiresNewEndLRA(URI) - Method in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
requiresNewEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterfaceResource
 
requiresNewEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
requiresNewEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
requiresNewEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclassResource
 
requiresNewLRA(URI) - Method in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
requiresNewLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterfaceResource
 
requiresNewLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
requiresNewLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
requiresNewLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclassResource
 
requiresNewWithLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiresNewWithLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiresNewWithLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiresNewWithoutLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiresNewWithoutLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
requiresNewWithoutLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
reset(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
RESET_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
RESOURCE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.InvalidAfterLRASignatureListener
 
RESOURCE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRAParticipant
 
ResourceParent - Class in org.eclipse.microprofile.lra.tck.participant.api
 
ResourceParent() - Constructor for class org.eclipse.microprofile.lra.tck.participant.api.ResourceParent
 
ROOT_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.LongBusinessMethodParticipant
 
ROOT_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRACSParticipant
 

S

Scenario - Enum in org.eclipse.microprofile.lra.tck.participant.api
 
setAcceptedCount(int) - Method in class org.eclipse.microprofile.lra.tck.participant.activity.Activity
 
setEndData(String) - Method in class org.eclipse.microprofile.lra.tck.participant.activity.Activity
 
setLraId(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.activity.Activity
 
setRecoveryUri(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.activity.Activity
 
setStatus(ParticipantStatus) - Method in class org.eclipse.microprofile.lra.tck.participant.activity.Activity
 
setStatusUrl(String) - Method in class org.eclipse.microprofile.lra.tck.participant.activity.Activity
 
start(URL) - Method in class org.eclipse.microprofile.lra.tck.service.LRATestService
 
START_AND_END_NESTED_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource
 
START_AND_END_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource
 
START_BUT_DONT_END_NESTED_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource
 
START_BUT_DONT_END_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource
 
START_LRA - Static variable in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.InvalidAfterLRASignatureListener
 
START_LRA_VIA_REMOTE_INVOCATION - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource
 
startAndDontEndNestedLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource
 
startAndEndLRA(URI, int) - Method in class org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource
 
startAndEndNestedLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource
 
startDontEndLRA(URI, int) - Method in class org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource
 
startLRA(URI, String, long, ChronoUnit) - Method in class org.eclipse.microprofile.lra.tck.LRAClientOps
 
status(URI, URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
status(URI, URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
Performing a GET on the participant URL will return the current status of the participant ParticipantStatus, or 410 if the participant does no longer know about this LRA.
status(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownStatusResource
 
status(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRACSParticipant
 
status(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRAParticipant
 
STATUS_CODE_QUERY_NAME - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource
 
STATUS_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
stop() - Method in class org.eclipse.microprofile.lra.tck.service.LRATestService
 
subActivity(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 
supports(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource
 
SUPPORTS_PATH - Static variable in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
SUPPORTS_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
SUPPORTS_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
SUPPORTS_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource
 
SUPPORTS_WITH_END_FALSE_PATH - Static variable in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
SUPPORTS_WITH_END_FALSE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
SUPPORTS_WITH_END_FALSE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
supportsEndLRA(URI) - Method in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
supportsEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterfaceResource
 
supportsEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
supportsEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
supportsEndLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclassResource
 
supportsEndWithLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
supportsEndWithLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
supportsEndWithLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
supportsEndWithoutLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
supportsEndWithoutLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
supportsEndWithoutLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
supportsLRA(URI) - Method in interface org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface
 
supportsLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterfaceResource
 
supportsLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
supportsLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass
 
supportsLRA(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclassResource
 
supportsLRACall(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 
supportsWithLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
supportsWithLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
supportsWithLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
supportsWithoutLRA() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
supportsWithoutLRAAtInterface() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
supportsWithoutLRAAtSuperclass() - Method in class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
sync() - Method in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.LongBusinessMethodParticipant
 
SYNC_METHOD - Static variable in class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.LongBusinessMethodParticipant
 

T

TCK_CONTEXT_RESOURCE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource
 
TCK_LRA_TYPE_INTERFACE_RESOURCE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterfaceResource
 
TCK_LRA_TYPE_RESOURCE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource
 
TCK_LRA_TYPE_SUPERCLASS_RESOURCE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclassResource
 
TCK_NON_PARTICIPANT_RESOURCE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource
 
TCK_PARTICIPANT_RESOURCE_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.ParticipatingTckResource
 
TckCancelOnTests - Class in org.eclipse.microprofile.lra.tck
 
TckCancelOnTests() - Constructor for class org.eclipse.microprofile.lra.tck.TckCancelOnTests
 
TckContextTests - Class in org.eclipse.microprofile.lra.tck
test that Compensate, Complete, Status, Forget and Leave annotations work without an LRA annotation test that resource methods that make outgoing requests do not modify the current context when they return
TckContextTests() - Constructor for class org.eclipse.microprofile.lra.tck.TckContextTests
 
TckInvalidSignaturesTests - Class in org.eclipse.microprofile.lra.tck
TCK that verifies that invalid non-JAX-RS participant method signatures are reported during deployment
TckInvalidSignaturesTests() - Constructor for class org.eclipse.microprofile.lra.tck.TckInvalidSignaturesTests
 
TckLRATypeTests - Class in org.eclipse.microprofile.lra.tck
Tests that validate that the implementation of the LRA.Type attribute is correct
TckLRATypeTests() - Constructor for class org.eclipse.microprofile.lra.tck.TckLRATypeTests
 
TckParticipantTests - Class in org.eclipse.microprofile.lra.tck
TCK to verify that valid non-JAX-RS participant method signatures are respected
TckParticipantTests() - Constructor for class org.eclipse.microprofile.lra.tck.TckParticipantTests
 
TckRecoveryTests - Class in org.eclipse.microprofile.lra.tck
Tests for the recovery of failed LRA services.
TckRecoveryTests() - Constructor for class org.eclipse.microprofile.lra.tck.TckRecoveryTests
 
TckTestBase - Class in org.eclipse.microprofile.lra.tck
Base testsuite class for in-container tests.
TckTestBase() - Constructor for class org.eclipse.microprofile.lra.tck.TckTestBase
 
TckTests - Class in org.eclipse.microprofile.lra.tck
 
TckTests() - Constructor for class org.eclipse.microprofile.lra.tck.TckTests
 
TckUnknownStatusTests - Class in org.eclipse.microprofile.lra.tck
TCK Tests related to the 410 status code handling.
TckUnknownStatusTests() - Constructor for class org.eclipse.microprofile.lra.tck.TckUnknownStatusTests
 
TckUnknownTests - Class in org.eclipse.microprofile.lra.tck
TCK Tests related to the 410 status code handling.
TckUnknownTests() - Constructor for class org.eclipse.microprofile.lra.tck.TckUnknownTests
 
testAfterLRAEnlistmentDuringClosingPhase() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
 
testAfterLRAListener() - Method in class org.eclipse.microprofile.lra.tck.TckTests
TCK test to verify that methods annotated with AfterLRA are notified correctly when an LRA terminates
testAfterLRAParticipant() - Method in class org.eclipse.microprofile.lra.tck.TckTests
TCK test to verify that methods annotated with AfterLRA are notified correctly when an LRA terminates
testAsync1Support() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
 
testAsync2Support() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
 
testAsync3Support() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
 
testBasicContextPropagation() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
 
testCancelWhenParticipantIsRestarted(URL) - Method in class org.eclipse.microprofile.lra.tck.TckRecoveryTests
This test verifies that if the microservice application fails after it enlists with a LRA and then it is restarted again the Compensate callbacks are still received correctly.
testCancelWhenParticipantIsUnavailable(URL) - Method in class org.eclipse.microprofile.lra.tck.TckRecoveryTests
This test verifies that if the microservice application which enlisted with the LRA fails and the LRA is ended during the time the service is still down, the Compensate callbacks are received when the microservice application is started again.
testContextAfterRemoteCalls() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
 
testForget() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
 
testForgetCalledForNestedParticipantsWhenParentIsClosed() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
 
testLeave() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
 
testName - Variable in class org.eclipse.microprofile.lra.tck.TckRecoveryTests
 
testName - Variable in class org.eclipse.microprofile.lra.tck.TckTestBase
 
testNonJaxRsCompletionStageResponseAndParticipantStatus() - Method in class org.eclipse.microprofile.lra.tck.TckParticipantTests
Test verifyies CompletionStage parametrized by Response and ParticipantStatus as valid non-JAX-RS participant methods return types
testNonJaxRsCompletionStageVoid() - Method in class org.eclipse.microprofile.lra.tck.TckParticipantTests
Test verifies CompletionStage parametrized with Void as valid non-JAX-RS participant method return type
testParentContextAvailable() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
 
testStatus() - Method in class org.eclipse.microprofile.lra.tck.TckContextTests
 
TIME_LIMIT - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 
TIME_LIMIT_HALF_SEC - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 
timeLimit(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 
timeLimit() - Method in class org.eclipse.microprofile.lra.tck.TckTests
 
timeLimitTest2(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
Starts an LRA with the time limit and verifies that after the timelimit is passed the LRA is finished by the invocation to a mandatory LRA endpoint (which should fail with 412)
timeLimitWithPreConditionFailed() - Method in class org.eclipse.microprofile.lra.tck.TckTests
Service A - Timeout 500 ms Service B - Type.MANDATORY Service A calls Service B after it has waited 1 sec.
tooManyArgsInParticipantMethodTest() - Method in class org.eclipse.microprofile.lra.tck.TckInvalidSignaturesTests
Verify that too many arguments (more than 2) in partcipant method are detected
TooManyArgsParticipant - Class in org.eclipse.microprofile.lra.tck.participant.nonjaxrs
TCK invalid LRA participant containing too many arguments in the participant method signature used for verification of deployment time invalid signature detection and error report in TckInvalidSignaturesTests.
TooManyArgsParticipant() - Constructor for class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.TooManyArgsParticipant
 
toString() - Method in class org.eclipse.microprofile.lra.tck.participant.activity.Activity
 
TRANSACTIONAL_WORK_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LraResource
 
TRANSACTIONAL_WORK_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownResource
 
TRANSACTIONAL_WORK_PATH - Static variable in class org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownStatusResource
 

U

UriMessageBodyWriter - Class in org.eclipse.microprofile.lra.tck.participant.api
 
UriMessageBodyWriter() - Constructor for class org.eclipse.microprofile.lra.tck.participant.api.UriMessageBodyWriter
 

V

ValidLRACSParticipant - Class in org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid
Valid participant resource containing async non-JAX-RS participant methods with CompletionStage return types
ValidLRACSParticipant() - Constructor for class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRACSParticipant
 
ValidLRAParticipant - Class in org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid
TCK valid LRA participant containing a combination of valid participant method signatures
ValidLRAParticipant() - Constructor for class org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRAParticipant
 
validSignaturesChainTest() - Method in class org.eclipse.microprofile.lra.tck.TckParticipantTests
This test verifies chained call of non-JAX-RS participant methods.
validWebApplicationExceptionReturnedTest() - Method in class org.eclipse.microprofile.lra.tck.TckParticipantTests
Test verifies that non-JAX-RS @Complete method is invoked according to the LRA protocol and that if WebApplicationException is thrown inside of a non-JAX-RS participant method than Response it is carrying is extracted and acted upon according to LRA response handling
valueOf(String) - Static method in enum org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource.EndPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.lra.tck.participant.api.Scenario
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.lra.tck.service.LRAMetricType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource.EndPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.lra.tck.participant.api.Scenario
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.lra.tck.service.LRAMetricType
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForCallbacks(URI) - Method in class org.eclipse.microprofile.lra.tck.service.LRATestService
 
waitForCallbacks(URI) - Method in interface org.eclipse.microprofile.lra.tck.service.spi.LRARecoveryService
Wait for the delivery of Complete and Compensate participant callbacks.
waitForEndPhaseReplay(URI) - Method in class org.eclipse.microprofile.lra.tck.service.LRATestService
 
waitForEndPhaseReplay(URI) - Method in interface org.eclipse.microprofile.lra.tck.service.spi.LRARecoveryService
Wait for one replay of the end phase of the LRA (the callback calls to Status, Complete, Compensate, and Forget methods of all Compensating/Completing participants.
waitForRecovery(URI) - Method in class org.eclipse.microprofile.lra.tck.service.LRATestService
 
waitForRecovery(URI) - Method in interface org.eclipse.microprofile.lra.tck.service.spi.LRARecoveryService
Wait for all participants to reach an end state and for all AfterLRA notifications to be successfully delivered (AfterLRA methods return HTTP 200).
work2(URI) - Method in class org.eclipse.microprofile.lra.tck.participant.api.NoLRAResource
 
writeTo(URI, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.eclipse.microprofile.lra.tck.participant.api.UriMessageBodyWriter
 
WrongHeaderException - Exception in org.eclipse.microprofile.lra.tck.participant.api
 
WrongHeaderException(String) - Constructor for exception org.eclipse.microprofile.lra.tck.participant.api.WrongHeaderException
Wrong header exception.
A B C D E F G I J L M N O P R S T U V W 
Skip navigation links

Copyright © 2021 Eclipse Foundation. All rights reserved.