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 © 2014 JBoss, a division of Red Hat. All Rights Reserved.