Package com.arjuna.mw.wst.vote

Interface Summary
Vote When asked to prepare, a 2PC participant returns one of three types of vote: ReadOnly: does not need to be informed of the transaction outcome as no state updates were made.
 

Class Summary
Aborted Aborted: the participant has aborted and the transaction should also attempt to do so.
Prepared 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.
ReadOnly ReadOnly: does not need to be informed of the transaction outcome as no state updates were made.