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 | Class and Description |
---|---|
class |
RecoveryAwareLocalTransaction
Extends
LocalXaTransaction and adds recovery related information. |
class |
RecoveryAwareRemoteTransaction
Extends
RemoteTransaction and adds recovery related information and functionality. |
Modifier and Type | Method and Description |
---|---|
RecoveryAwareTransaction |
RecoveryManager.getPreparedTransaction(Xid xid)
Local call returning the remote transaction identified by the supplied xid or null.
|
RecoveryAwareTransaction |
RecoveryManagerImpl.removeRecoveryInformation(Long internalId) |
RecoveryAwareTransaction |
RecoveryManager.removeRecoveryInformation(Long internalId)
Same as
RecoveryManager.removeRecoveryInformation(javax.transaction.xa.Xid) but identifies the tx by its internal id. |
RecoveryAwareTransaction |
RecoveryManagerImpl.removeRecoveryInformation(Xid xid) |
RecoveryAwareTransaction |
RecoveryManager.removeRecoveryInformation(Xid xid)
Remove recovery information stored on this node (doesn't involve rpc).
|
Modifier and Type | Method and Description |
---|---|
void |
Log.preparedTxAlreadyExists(RecoveryAwareTransaction previous,
RecoveryAwareRemoteTransaction remoteTransaction) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.