Class RecoveryAwareDldGlobalTransaction

  • All Implemented Interfaces:
    java.lang.Cloneable, RecoverableTransactionIdentifier

    @Deprecated
    public class RecoveryAwareDldGlobalTransaction
    extends DldGlobalTransaction
    implements RecoverableTransactionIdentifier
    Deprecated.
    Since 9.0, no longer used.
    DldGlobalTransaction that also holds xid information, required for recovery. The purpose of this class is to avoid the serialization of Xid objects over the wire in the case recovery is not enabled.
    Since:
    5.0
    Author:
    Mircea.Markus@jboss.com