Interface TransactionId
-
public interface TransactionIdA 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 longgetId()The transaction id represented as a long value.
-