Package | Description |
---|---|
com.arjuna.ats.internal.jta.recovery.arjunacore | |
com.arjuna.ats.jta.common | |
org.jboss.jbossts.txbridge.inbound | |
org.jboss.narayana.rest.bridge.inbound |
Modifier and Type | Class and Description |
---|---|
class |
JTAActionStatusServiceXAResourceOrphanFilter
An XAResourceOrphanFilter which vetos rollback for xids which have an in-flight transaction.
|
class |
JTANodeNameXAResourceOrphanFilter
An XAResourceOrphanFilter for JTA top level transactions, which uses node name information
encoded in the xid to determine if they should be rolled back or not.
|
class |
JTATransactionLogXAResourceOrphanFilter
An XAResourceOrphanFilter which vetos rollback for xids owned by top level JTA transactions.
|
class |
NodeNameXAResourceOrphanFilter
An XAResourceOrphanFilter which uses node name information encoded in the xid to determine if
they should be rolled back or not.
|
class |
SubordinateJTAXAResourceOrphanFilter
An XAResourceOrphanFilter which uses detects orphaned subordinate XA
Resources.
|
Modifier and Type | Method and Description |
---|---|
void |
XARecoveryModule.addXAResourceOrphanFilter(XAResourceOrphanFilter xaResourceOrphanFilter) |
void |
XARecoveryModule.removeXAResourceOrphanFilter(XAResourceOrphanFilter xaResourceOrphanFilter) |
Modifier and Type | Method and Description |
---|---|
List<XAResourceOrphanFilter> |
JTAEnvironmentBean.getXaResourceOrphanFilters()
Returns the set of XAResourceOrphanFilter instances.
|
Modifier and Type | Method and Description |
---|---|
void |
JTAEnvironmentBean.setXaResourceOrphanFilters(List<XAResourceOrphanFilter> xaResourceOrphanFilters)
Sets the instances of XAResourceOrphanFilter.
|
Modifier and Type | Class and Description |
---|---|
class |
InboundBridgeRecoveryManager
Integrates with JBossAS MC lifecycle and JBossTS recovery manager to provide
recovery services for inbound bridged transactions.
|
Modifier and Type | Class and Description |
---|---|
class |
InboundBridgeOrphanFilter |
Copyright © 2021 JBoss by Red Hat. All rights reserved.