|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecoveryAwareTransaction | |
---|---|
org.infinispan.transaction.xa.recovery | |
org.infinispan.util.logging | Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. |
Uses of RecoveryAwareTransaction in org.infinispan.transaction.xa.recovery |
---|
Classes in org.infinispan.transaction.xa.recovery that implement RecoveryAwareTransaction | |
---|---|
class |
RecoveryAwareLocalTransaction
Extends LocalXaTransaction and adds recovery related information. |
class |
RecoveryAwareRemoteTransaction
Extends RemoteTransaction and adds recovery related information and functionality. |
Methods in org.infinispan.transaction.xa.recovery that return RecoveryAwareTransaction | |
---|---|
RecoveryAwareTransaction |
RecoveryManager.getPreparedTransaction(Xid xid)
Local call returning the remote transaction identified by the supplied xid or null. |
Uses of RecoveryAwareTransaction in org.infinispan.util.logging |
---|
Methods in org.infinispan.util.logging with parameters of type RecoveryAwareTransaction | |
---|---|
void |
Log.preparedTxAlreadyExists(RecoveryAwareTransaction previous,
RecoveryAwareRemoteTransaction remoteTransaction)
|
|
--> |