Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-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® Coherence Java API Reference
Release 3.7.1.0

E22843-01


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