Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.coherence.transaction
Interface TransactionId


public interface TransactionId

A transaction identifier. Every transaction is guaranteed to have a distinct TransactionId within its corresponding service.

Since:
Coherence 3.6
Author:
jp 2009.02.01

Method Summary
 long getId()
          The transaction id represented as a long value.

 

Method Detail

getId

long getId()
The transaction id represented as a long value.
Returns:
the transaction id represented as a long value

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.