Uses of Interface
com.arjuna.wst.Volatile2PCParticipant
Package
Description
-
Uses of Volatile2PCParticipant in com.arjuna.mw.wst11
Modifier and TypeMethodDescriptionabstract 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. -
Uses of Volatile2PCParticipant in com.arjuna.mw.wstx.logging
Modifier and TypeMethodDescriptionvoid
wstxI18NLogger.error_wst_at_participants_Volatile2PC_prepare
(Volatile2PCParticipant participant, Throwable t) void
wstxI18NLogger.error_wst_at_participants_Volatile2PC_prepare_wrong_type
(Vote vote, Volatile2PCParticipant participant, List<Class<?>> expectedVotes) -
Uses of Volatile2PCParticipant in com.arjuna.wst11.stub
Modifier and TypeClassDescriptionclass
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
-
Uses of Volatile2PCParticipant in org.jboss.jbossts.txbridge.inbound
Modifier and TypeClassDescriptionclass
Provides method call mapping between WS-AT Volatile Participant interface and an underlying JTA subtransaction coordinator.