Package net.jini.core.transaction.server
Interface TransactionParticipantData
- All Superinterfaces:
ISwapExternalizable
- All Known Implementing Classes:
TransactionParticipantDataImpl
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.
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 Summary
Modifier and TypeMethodDescriptionintDeprecated.The id of the space that committed the transaction.longDeprecated.The id of the distributed transactionintDeprecated.Number of participants in transactionMethods inherited from interface com.gigaspaces.internal.server.space.redolog.storage.bytebuffer.ISwapExternalizable
readFromSwap, writeToSwap
-
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
-
TransactionParticipantMetaData.