Package | Description |
---|---|
org.infinispan.transaction.xa |
XA transaction support.
|
org.infinispan.transaction.xa.recovery |
Modifier and Type | Method and Description |
---|---|
protected DldGlobalTransaction |
DldGlobalTransaction.Externalizer.createGlobalTransaction() |
DldGlobalTransaction |
DldGlobalTransaction.Externalizer.readObject(ObjectInput input) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends DldGlobalTransaction>> |
DldGlobalTransaction.Externalizer.getTypeClasses() |
Modifier and Type | Method and Description |
---|---|
protected GlobalTransaction |
TransactionFactory.TxFactoryEnum.addCoinToss(DldGlobalTransaction dldGlobalTransaction) |
boolean |
DldGlobalTransaction.wouldLose(DldGlobalTransaction other) |
void |
DldGlobalTransaction.Externalizer.writeObject(ObjectOutput output,
DldGlobalTransaction ddGt) |
Modifier and Type | Class and Description |
---|---|
class |
RecoveryAwareDldGlobalTransaction
DldGlobalTransaction that also holds xid information, required for recovery.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.