Uses of Class
org.infinispan.transaction.xa.DldGlobalTransaction
-
Packages that use DldGlobalTransaction Package Description org.infinispan.transaction.xa XA transaction support.org.infinispan.transaction.xa.recovery -
-
Uses of DldGlobalTransaction in org.infinispan.transaction.xa
Methods in org.infinispan.transaction.xa that return DldGlobalTransaction Modifier and Type Method Description protected DldGlobalTransaction
DldGlobalTransaction.Externalizer. createGlobalTransaction()
Deprecated.DldGlobalTransaction
DldGlobalTransaction.Externalizer. readObject(ObjectInput input)
Deprecated.Methods in org.infinispan.transaction.xa that return types with arguments of type DldGlobalTransaction Modifier and Type Method Description Set<Class<? extends DldGlobalTransaction>>
DldGlobalTransaction.Externalizer. getTypeClasses()
Deprecated.Methods in org.infinispan.transaction.xa with parameters of type DldGlobalTransaction Modifier and Type Method Description protected GlobalTransaction
TransactionFactory.TxFactoryEnum. addCoinToss(DldGlobalTransaction dldGlobalTransaction)
boolean
DldGlobalTransaction. hasAnyLockAtOrigin(DldGlobalTransaction otherTx)
Deprecated.boolean
DldGlobalTransaction. wouldLose(DldGlobalTransaction other)
Deprecated.void
DldGlobalTransaction.Externalizer. writeObject(ObjectOutput output, DldGlobalTransaction ddGt)
Deprecated. -
Uses of DldGlobalTransaction in org.infinispan.transaction.xa.recovery
Subclasses of DldGlobalTransaction in org.infinispan.transaction.xa.recovery Modifier and Type Class Description class
RecoveryAwareDldGlobalTransaction
Deprecated.Since 9.0, no longer used.
-