Uses of Interface
com.arjuna.wst.Vote
Package
Description
-
Uses of Vote in com.arjuna.mw.wstx.logging
Modifier 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
Modifier 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. -
Uses of Vote in com.arjuna.wst11.stub
Modifier 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
Modifier 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.