| Class | Description |
|---|---|
| AssumedCompleteServerTransaction |
Transaction relic of a committed transaction that did not get committed responses from
all resources/subordinates.
|
| AssumedCompleteTransaction |
Transaction relic of a committed transaction that did not get committed
responses from all resources/subordinates.
|
| CachedRecoveredTransaction |
Any transaction that is identified by the recovery system to
require recovery is manipulated through
CachedRecoveredTransactions.
|
| ExpiredAssumedCompleteScanner |
Implementation of
com.arjuna.CosRecovery.ExpiryScanner for removing
relics of transactions that have been assumed complete. |
| ExpiredServerScanner |
Refinement of the expired assumed scanner for Server transactions.
|
| ExpiredToplevelScanner |
Refinement of the expired assumed scanner for toplevel transactions.
|
| RecoveredServerTransaction |
Transaction type only instantiated at recovery time.
|
| RecoveredTransaction |
Transaction type only instantiated at recovery time.
|
| RecoveredTransactionReplayer |
Threaded object used to replay phase 2 of the commit protocol in a
background thread.
|
| RecoveryStatus | |
| ServerTransactionRecoveryModule |
This class is a plug-in module for the recovery manager.
|
| TopLevelTransactionRecoveryModule |
This class is a plug-in module for the recovery manager.
|
| TransactionCache |
The transaction cache ensures that there is no interference between
different threads that may be working with the same
transaction.
|
| TransactionRecoveryModule |
This class is a plug-in module for the recovery manager.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.