public static interface TransactionAssistanceFactory.CommitRollbackRecoveryCallback extends CommitRollbackCallback
| Modifier and Type | Interface and Description |
|---|---|
static class |
TransactionAssistanceFactory.CommitRollbackRecoveryCallback.Builder
Builder enabling use of Java 8 SAMs
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getTransactionsInNeedOfRecovery()
The container will call this function during
recovery which should call the EIS and must return
transaction IDs which are known to be incomplete (not
yet committed or rolled back).
|
commit, rollbackString[] getTransactionsInNeedOfRecovery()
Copyright © 2015 Ant Kutschera. All rights reserved.