Interface TransactionParticipantData

All Superinterfaces:
ISwapExternalizable
All Known Implementing Classes:
TransactionParticipantDataImpl

@Deprecated public interface TransactionParticipantData extends ISwapExternalizable
Deprecated.
Interface for jini transaction participant data.
Each transaction participant(space) sends this info to mirror.
TransactionParticipantData contains information about transaction at the time of commit -
transaction id, number of partitions that participated at this transaction and the transaction participants id.
Since:
7.1
Author:
anna
  • Method Details

    • getParticipantId

      int getParticipantId()
      Deprecated.
      The id of the space that committed the transaction.
      Returns:
      the participantId
    • getTransactionParticipantsCount

      int getTransactionParticipantsCount()
      Deprecated.
      Number of participants in transaction
      Returns:
      the participantsCount
    • getTransactionId

      long getTransactionId()
      Deprecated.
      The id of the distributed transaction
      Returns:
      the transactionId