Modifier and Type | Method and Description |
---|---|
abstract void |
TransactionManager.enlistForVolatileTwoPhase(Volatile2PCParticipant pzp,
String id)
Enlist the specified participant with current transaction such that it
will participate in the Volatile 2PC protocol; a unique identifier for
the participant is also required.
|
Modifier and Type | Method and Description |
---|---|
void |
wstxI18NLogger.error_wst_at_participants_Volatile2PC_prepare_wrong_type(Vote vote,
Volatile2PCParticipant participant,
List<Class<?>> expectedVotes) |
void |
wstxI18NLogger.error_wst_at_participants_Volatile2PC_prepare(Volatile2PCParticipant participant,
Throwable t) |
Constructor and Description |
---|
VolatileTwoPhaseCommitParticipant(Volatile2PCParticipant resource) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionManagerImple.enlistForVolatileTwoPhase(Volatile2PCParticipant tpp,
String id) |
Modifier and Type | Class and Description |
---|---|
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 |
BridgeVolatileParticipant
Provides method call mapping between WS-AT Volatile Participant interface
and an underlying JTA subtransaction coordinator.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.