Modifier and Type | Method and Description |
---|---|
XAResourceOrphanFilter.Vote |
NodeNameXAResourceOrphanFilter.checkXid(Xid xid) |
XAResourceOrphanFilter.Vote |
JTANodeNameXAResourceOrphanFilter.checkXid(Xid xid) |
XAResourceOrphanFilter.Vote |
SubordinateJTAXAResourceOrphanFilter.checkXid(Xid xid) |
XAResourceOrphanFilter.Vote |
JTATransactionLogXAResourceOrphanFilter.checkXid(Xid xid) |
XAResourceOrphanFilter.Vote |
JTAActionStatusServiceXAResourceOrphanFilter.checkXid(Xid xid) |
Modifier and Type | Method and Description |
---|---|
XAResourceOrphanFilter.Vote |
XAResourceOrphanFilter.checkXid(Xid xid)
Called by the XARecoveryModule for each in-doubt Xid.
|
static XAResourceOrphanFilter.Vote |
XAResourceOrphanFilter.Vote.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XAResourceOrphanFilter.Vote[] |
XAResourceOrphanFilter.Vote.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
XAResourceOrphanFilter.Vote |
InboundBridgeRecoveryManager.checkXid(Xid xid)
Used to identify inbound bridged Xids in either the RM log (when called by XARecoveryModule) or
the JCA subordinate tx log (when called internally from this class) which have or have not got a
remaining transaction that may still drive them to completion.
|
Modifier and Type | Method and Description |
---|---|
XAResourceOrphanFilter.Vote |
InboundBridgeOrphanFilter.checkXid(Xid xid)
Called by the XARecoveryModule for each in-doubt Xid.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.