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 DldGlobalTransactionDldGlobalTransaction.Externalizer. createGlobalTransaction()Deprecated.DldGlobalTransactionDldGlobalTransaction.Externalizer. readObject(java.io.ObjectInput input)Deprecated.Methods in org.infinispan.transaction.xa that return types with arguments of type DldGlobalTransaction Modifier and Type Method Description java.util.Set<java.lang.Class<? extends DldGlobalTransaction>>DldGlobalTransaction.Externalizer. getTypeClasses()Deprecated.Methods in org.infinispan.transaction.xa with parameters of type DldGlobalTransaction Modifier and Type Method Description protected GlobalTransactionTransactionFactory.TxFactoryEnum. addCoinToss(DldGlobalTransaction dldGlobalTransaction)booleanDldGlobalTransaction. hasAnyLockAtOrigin(DldGlobalTransaction otherTx)Deprecated.booleanDldGlobalTransaction. wouldLose(DldGlobalTransaction other)Deprecated.voidDldGlobalTransaction.Externalizer. writeObject(java.io.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 classRecoveryAwareDldGlobalTransactionDeprecated.Since 9.0, no longer used.
-