public interface TransactionOriginatorChecker
| Modifier and Type | Field and Description |
|---|---|
static TransactionOriginatorChecker |
LOCAL
A Local mode implementation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOriginatorMissing(GlobalTransaction gtx) |
boolean |
isOriginatorMissing(GlobalTransaction gtx,
Collection<Address> liveMembers) |
static final TransactionOriginatorChecker LOCAL
boolean isOriginatorMissing(GlobalTransaction gtx)
true if the member who executed gtx is missing.boolean isOriginatorMissing(GlobalTransaction gtx, Collection<Address> liveMembers)
true if the member who executed gtx is missing using the liveMembers.Copyright © 2022 JBoss by Red Hat. All rights reserved.