Uses of Class
org.infinispan.transaction.xa.recovery.RecoveryAwareGlobalTransaction
-
Packages that use RecoveryAwareGlobalTransaction Package Description org.infinispan.transaction.xa.recovery -
-
Uses of RecoveryAwareGlobalTransaction in org.infinispan.transaction.xa.recovery
Methods in org.infinispan.transaction.xa.recovery that return RecoveryAwareGlobalTransaction Modifier and Type Method Description protected RecoveryAwareGlobalTransactionRecoveryAwareGlobalTransaction.Externalizer. createGlobalTransaction()RecoveryAwareGlobalTransactionRecoveryAwareGlobalTransaction.Externalizer. readObject(java.io.ObjectInput input)Methods in org.infinispan.transaction.xa.recovery that return types with arguments of type RecoveryAwareGlobalTransaction Modifier and Type Method Description java.util.Set<java.lang.Class<? extends RecoveryAwareGlobalTransaction>>RecoveryAwareGlobalTransaction.Externalizer. getTypeClasses()Methods in org.infinispan.transaction.xa.recovery with parameters of type RecoveryAwareGlobalTransaction Modifier and Type Method Description voidRecoveryAwareGlobalTransaction.Externalizer. writeObject(java.io.ObjectOutput output, RecoveryAwareGlobalTransaction xidGtx)
-