Uses of Interface
com.arjuna.wst.Vote

Packages that use Vote
com.arjuna.wst   
com.arjuna.wst11.stub   
 

Uses of Vote in com.arjuna.wst
 

Classes in com.arjuna.wst that implement Vote
 class Aborted
          Aborted: the participant has aborted and the transaction should also attempt to do so.
 class Cancel
          Cancel: the participant is in an unknown state and should be rolledback.
 class 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.
 class ReadOnly
          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
 Vote Participant.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.
 

Uses of Vote in com.arjuna.wst11.stub
 

Methods in com.arjuna.wst11.stub that return Vote
 Vote 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.
 Vote 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.
 Vote ParticipantStub.prepare()
           
 



Copyright © 2012. All Rights Reserved.