Package | Description |
---|---|
com.arjuna.wst | |
com.arjuna.wst11.messaging.engines | |
com.arjuna.wst11.stub | |
org.jboss.jbossts.txbridge.inbound |
Modifier and Type | Interface and Description |
---|---|
interface |
Durable2PCParticipant
The Durable2PCParticipant.
|
interface |
Volatile2PCParticipant
The Volatile2PCParticipant.
|
Constructor and Description |
---|
ParticipantEngine(Participant participant,
String id,
State state,
W3CEndpointReference coordinator,
boolean recovered)
Construct the engine for the participant in a specified state.
|
ParticipantEngine(Participant participant,
String id,
W3CEndpointReference coordinator)
Construct the initial engine for the participant.
|
Modifier and Type | Class and Description |
---|---|
class |
Durable2PCStub |
class |
ParticipantStub |
class |
SubordinateDurable2PCStub
A durable participant registered on behalf of an interposed WS-AT coordinator in order to ensure that
durable participants in the subtransaction prepared, committed and aborted at the right time.
|
class |
SubordinateVolatile2PCStub
A volatile participant registered on behalf of an interposed WS-AT coordinator in order to ensure that
volatile participants in the subtransaction are prepared at the right time.
|
class |
Volatile2PCStub |
Modifier and Type | Class and Description |
---|---|
class |
BridgeDurableParticipant
Provides method call mapping between WS-AT Durable Participant interface
and an underlying JTA subtransaction coordinator.
|
class |
BridgeVolatileParticipant
Provides method call mapping between WS-AT Volatile Participant interface
and an underlying JTA subtransaction coordinator.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.