Uses of Interface
com.arjuna.wst.Volatile2PCParticipant
Packages that use Volatile2PCParticipant
Package
Description
-
Uses of Volatile2PCParticipant in com.arjuna.mw.wst11
Methods in com.arjuna.mw.wst11 with parameters of type Volatile2PCParticipantModifier 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
Methods in com.arjuna.mw.wstx.logging with parameters of type Volatile2PCParticipantModifier 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
Classes in com.arjuna.wst11.stub that implement Volatile2PCParticipantModifier 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
Classes in org.jboss.jbossts.txbridge.inbound that implement Volatile2PCParticipantModifier and TypeClassDescriptionclass
Provides method call mapping between WS-AT Volatile Participant interface and an underlying JTA subtransaction coordinator.