GigaSpaces XAP 9.7.2 API

net.jini.core.transaction.server
Interface TransactionParticipantData

All Superinterfaces:
com.gigaspaces.internal.server.space.redolog.storage.bytebuffer.ISwapExternalizable
All Known Implementing Classes:
TransactionParticipantDataImpl

Deprecated. since 9.0.1 - see TransactionParticipantMetaData.

@Deprecated
public interface TransactionParticipantData
extends com.gigaspaces.internal.server.space.redolog.storage.bytebuffer.ISwapExternalizable

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 Summary
 int getParticipantId()
          Deprecated. The id of the space that committed the transaction.
 long getTransactionId()
          Deprecated. The id of the distributed transaction
 int getTransactionParticipantsCount()
          Deprecated. Number of participants in transaction
 
Methods inherited from interface com.gigaspaces.internal.server.space.redolog.storage.bytebuffer.ISwapExternalizable
readFromSwap, writeToSwap
 

Method Detail

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

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.