Uses of Interface
com.arjuna.wst.Vote
Packages that use Vote
Package
Description
-
Uses of Vote in com.arjuna.mw.wstx.logging
Methods in com.arjuna.mw.wstx.logging with parameters of type VoteModifier and TypeMethodDescriptionvoid
wstxI18NLogger.error_wst_at_participants_Volatile2PC_prepare_wrong_type
(Vote vote, Volatile2PCParticipant participant, List<Class<?>> expectedVotes) -
Uses of Vote in com.arjuna.wst
Classes in com.arjuna.wst that implement VoteModifier and TypeClassDescriptionclass
Aborted: the participant has aborted and the transaction should also attempt to do so.class
Cancel: the participant is in an unknown state and should be rolledback.class
Prepared: it is prepared to commit or rollback depending on the final transaction outcome, and it has made sufficient state updates persistent to accomplish this.class
ReadOnly: does not need to be informed of the transaction outcome as no state updates were made.Methods in com.arjuna.wst that return Vote -
Uses of Vote in com.arjuna.wst11.stub
Methods in com.arjuna.wst11.stub that return VoteModifier and TypeMethodDescriptionParticipantStub.prepare()
SubordinateDurable2PCStub.prepare()
This will be called when the parent coordinator is preparing its durable participants and should ensure that the interposed cooordinator does the same.SubordinateVolatile2PCStub.prepare()
This will be called when the parent coordinator is preparing its volatile participants and should ensure that the interposed cooordinator does the same. -
Uses of Vote in org.jboss.jbossts.txbridge.inbound
Methods in org.jboss.jbossts.txbridge.inbound that return VoteModifier and TypeMethodDescriptionBridgeDurableParticipant.prepare()
Perform any work necessary to allow it to either commit or rollback the work performed by the Web service under the scope of the transaction.BridgeVolatileParticipant.prepare()
Perform beforeCompletion activities such as flushing cached state to stable store.