| Package | Description |
|---|---|
| org.infinispan.transaction.xa.recovery | |
| org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
| Modifier and Type | Method and Description |
|---|---|
RecoveryAwareRemoteTransaction |
RecoveryManagerImpl.getPreparedTransaction(Xid xid) |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<RecoveryInfoKey,RecoveryAwareRemoteTransaction> |
RecoveryManagerImpl.getInDoubtTransactionsMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecoveryManagerImpl.registerInDoubtTransaction(RecoveryAwareRemoteTransaction remoteTransaction) |
| Constructor and Description |
|---|
RecoveryManagerImpl(ConcurrentMap<RecoveryInfoKey,RecoveryAwareRemoteTransaction> recoveryHolder,
String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
void |
Log.preparedTxAlreadyExists(RecoveryAwareTransaction previous,
RecoveryAwareRemoteTransaction remoteTransaction) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.