Interface TxnIdGenerator
-
public interface TxnIdGeneratorGenerator ofTxnIds.TxnIdis a identifier for a transaction. A component in a transaction can use it as a unique key. TheTxnId- must be unique across a JVM run
- unique across JVm runs if used as a persistent name
- Must provide value equality semantics (two
TxnIdare.equalsif
It is preferrable that the TxnId is global unique over time and space.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TxnIdgenerate()
-
-
-
Method Detail
-
generate
TxnId generate()
-
-