Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


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® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


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