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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getId()
The transaction id represented as a long value.
-