Uses of Interface
com.arjuna.wst.Durable2PCParticipant
Package
Description
-
Uses of Durable2PCParticipant in com.arjuna.mw.wst11
Modifier and TypeMethodDescriptionabstract void
TransactionManager.enlistForDurableTwoPhase
(Durable2PCParticipant tpp, String id) Enlist the specified participant with current transaction such that it will participate in the 2PC protocol; a unique identifier for the participant is also required. -
Uses of Durable2PCParticipant in com.arjuna.mw.wstx.logging
Modifier and TypeMethodDescriptionvoid
wstxI18NLogger.error_wst_at_participants_Durable2PC_confirm
(String id, Durable2PCParticipant participant, Throwable t) void
wstxI18NLogger.error_wst_at_participants_Durable2PC_one_phase_failed
(String id, Durable2PCParticipant participant, Throwable t) void
wstxI18NLogger.error_wst_at_participants_Durable2PC_one_phase_wrong_vote
(String id, Durable2PCParticipant participant, String vote) void
wstxI18NLogger.error_wst_at_participants_Durable2PC_prepare
(String id, Durable2PCParticipant participant, Throwable t) void
wstxI18NLogger.error_wst_at_participants_Durable2PC_unknown
(String id, Durable2PCParticipant participant, Throwable t) void
wstxI18NLogger.warn_mwlabs_wst_at_participants_DurableTwoPhaseCommitParticipant_confirm_1
(String id, Durable2PCParticipant participant) void
wstxI18NLogger.warn_mwlabs_wst_at_participants_DurableTwoPhaseCommitParticipant_prepare_1
(String id, Durable2PCParticipant participant) void
wstxI18NLogger.warn_wst_at_participants_Durable2PC_canceled
(String id, Durable2PCParticipant participant) void
wstxI18NLogger.warn_wst_at_participants_Durable2PC_commit_one_phase
(String id, Durable2PCParticipant participant, Throwable t) -
Uses of Durable2PCParticipant in com.arjuna.wst11.stub
Modifier and TypeClassDescriptionclass
class
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. -
Uses of Durable2PCParticipant in org.jboss.jbossts.txbridge.inbound
Modifier and TypeClassDescriptionclass
Provides method call mapping between WS-AT Durable Participant interface and an underlying JTA subtransaction coordinator.Modifier and TypeMethodDescriptionInboundBridgeRecoveryManager.deserialize
(String id, ObjectInputStream objectInputStream) Called during recovery processing to allow an application to identify a participant id belonging to one of its participants and recreate the participant by deserializing it from the supplied object input stream.Unused recovery callback. -
Uses of Durable2PCParticipant in org.jboss.jbossts.xts.recovery.participant.at
Modifier and TypeFieldDescriptionprotected Durable2PCParticipant
ATParticipantRecoveryRecord.participant
Modifier and TypeMethodDescriptionXTSATRecoveryModule.deserialize
(String id, ObjectInputStream stream) called during recovery processing to allow an application to identify a participant id belonging to one of its participants and recreate the participant by deserializing it from the supplied object input stream.XTSATSubordinateRecoveryModule.deserialize
(String id, ObjectInputStream stream) called during recovery processing to allow an application to identify a participant id belonging to one of its participants and use the saved recovery state to recreate the participant.Modifier and TypeMethodDescriptionstatic byte[]
ATParticipantHelper.getRecoveryState
(boolean useSerialization, Durable2PCParticipant participant) obtain a byte array containing the recovery state associated with the supplied participant.static boolean
ATParticipantHelper.isSerializable
(Durable2PCParticipant participant) ModifierConstructorDescriptionprotected
ATParticipantRecoveryRecord
(String id, Durable2PCParticipant participant) construct the protocol-independent part of a WS-AT participant recovery record -
Uses of Durable2PCParticipant in org.jboss.jbossts.xts11.recovery.participant.at
ModifierConstructorDescriptionATParticipantRecoveryRecord
(String id, Durable2PCParticipant participant, jakarta.xml.ws.wsaddressing.W3CEndpointReference endpoint) constructor used during prepare processing to create an AT 1.1 participant record for saving to the object store