IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.plugins
Interface TransactionCallback.BeforeCommit.TransactionContext

Enclosing interface:
TransactionCallback.BeforeCommit

public static interface TransactionCallback.BeforeCommit.TransactionContext

The TransactionContext identifies various information that's available to the beforeCommit() method.

Since:
7.1.1

Method Summary
 Collection<LogSequence> getLogSequences()
          The LogSequences that reflect the pending changes to the map.
 TxID getTxID()
          Retrieve the TxID for the transaction.
 

Method Detail

getTxID

TxID getTxID()
Retrieve the TxID for the transaction.

Returns:
the TxID for the transaction.

getLogSequences

Collection<LogSequence> getLogSequences()
The LogSequences that reflect the pending changes to the map.

Returns:
the LogSequences.

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.