Uses of Interface
com.arjuna.wst.Vote

Packages that use Vote
  • Uses of Vote in com.arjuna.mw.wstx.logging

    Methods in com.arjuna.mw.wstx.logging with parameters of type Vote
    Modifier and Type
    Method
    Description
    void
     
  • Uses of Vote in com.arjuna.wst

    Classes in com.arjuna.wst that implement Vote
    Modifier and Type
    Class
    Description
    class 
    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
    Modifier and Type
    Method
    Description
    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
    Modifier and Type
    Method
    Description
    ParticipantStub.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 Type
    Method
    Description
    BridgeDurableParticipant.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.